We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e09fb5d commit 67f6df6Copy full SHA for 67f6df6
tests/fixtures.browser.ts
@@ -150,9 +150,9 @@ export const test = base.extend<{
150
await environmentSelectorMenuButton.waitFor(defaultWaitForOptions);
151
await environmentSelectorMenuButton.click();
152
153
- const environmentSelectorMenu = await testPage.getByTestId(
154
- "environment-selector-dialog-item-self-hosted",
155
- );
+ const environmentSelectorMenu = await testPage.getByRole("menuitem", {
+ name: "self-hosted",
+ });
156
157
await environmentSelectorMenu.waitFor(defaultWaitForOptions);
158
await environmentSelectorMenu.click();
0 commit comments