mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-17 12:07:02 +02:00
4 lines
82 B
JavaScript
4 lines
82 B
JavaScript
export const SELECTORS = {
|
|
cardName: (name) => `[data-test-card="${name}"]`,
|
|
};
|