Sign in
third-party-mirror
/
hashicorp
/
vault
/
582d46ed083b261003e36565a870f396144c4826
/
.
/
v1.14.5
/
ui
/
tests
/
pages
/
components
/
alert-banner.js
blob: 424d5e8ea3210c75a0a07e8886c62254271bd286 [
file
] [
log
] [
blame
]
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
import
{
text
}
from
'ember-cli-page-object'
;
export
default
{
errorText
:
text
(
'[data-test-error]'
),
};