vault/ui/tests/helpers/components/control-group-selectors.ts
claire bontempo 3a37fe4cca
UI: Stablize control group tests (#31390)
* use hds alert component, update tests delete page objects

* move token to next row

* revert compact alert

* remove a11y overrides for control group tests
2025-07-30 08:26:18 -07:00

18 lines
567 B
TypeScript

/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: BUSL-1.1
*/
export const CONTROL_GROUP = {
accessorValue: '[data-test-accessor-value]',
authorizations: '[data-test-authorizations]',
bannerPrefix: '[data-test-banner-prefix]',
bannerText: '[data-test-banner-text]',
jsonViewer: '[data-test-json-viewer]',
navMessage: '[data-test-navigate-message]',
requestorText: '[data-test-requestor-text]',
successComponent: '[data-test-control-group-success]',
tokenValue: '[data-test-token-value]',
unwrapForm: '[data-test-unwrap-form]',
};