Sign in
third-party-mirror
/
hashicorp
/
vault
/
582d46ed083b261003e36565a870f396144c4826
/
.
/
v1.14.5
/
ui
/
tests
/
pages
/
policies
/
create.js
blob: d9d70673fa2c15a4624e6333a4f8543bf5762c77 [
file
] [
log
] [
blame
]
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
import
{
create
,
visitable
}
from
'ember-cli-page-object'
;
export
default
create
({
visit
:
visitable
(
'/vault/policies/create'
),
});