/** * Copyright (c) HashiCorp, Inc. * SPDX-License-Identifier: MPL-2.0 */ import { text } from 'ember-cli-page-object'; export default { errorText: text('[data-test-error]'), };