6 lines
107 B
JavaScript
6 lines
107 B
JavaScript
|
import { text } from 'ember-cli-page-object';
|
||
|
|
||
|
export default {
|
||
|
errorText: text('[data-test-error]'),
|
||
|
};
|