mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-22 15:11:07 +02:00
* use hds alert component, update tests delete page objects * move token to next row * revert compact alert * remove a11y overrides for control group tests
18 lines
567 B
TypeScript
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]',
|
|
};
|