mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 11:08:10 +00:00
11 lines
185 B
JavaScript
11 lines
185 B
JavaScript
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
import { text } from 'ember-cli-page-object';
|
|
|
|
export default {
|
|
errorText: text('[data-test-error]'),
|
|
};
|