mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-16 19:47:02 +02:00
6 lines
107 B
JavaScript
6 lines
107 B
JavaScript
import { text } from 'ember-cli-page-object';
|
|
|
|
export default {
|
|
errorText: text('[data-test-error]'),
|
|
};
|