mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-26 21:24:13 +00:00
Added different container creation playwirhgt tests
This commit is contained in:
@@ -344,7 +344,7 @@ export class DataExplorer {
|
||||
* There's only a single "primary" button, but we still require you to pass the label to confirm you're selecting the right button.
|
||||
*/
|
||||
globalCommandButton(label: string): Locator {
|
||||
return this.frame.getByTestId("GlobalCommands").getByText(label);
|
||||
return this.frame.getByTestId(`GlobalCommands/Button:${label}`);
|
||||
}
|
||||
|
||||
/** Select the command bar button with the specified label */
|
||||
|
||||
Reference in New Issue
Block a user