Skip to content

Commit 27c6be4

Browse files
committed
update locator for changed menu item
1 parent ee24ed7 commit 27c6be4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/fixtures.browser.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ export const test = base.extend<{
157157
await environmentSelectorMenu.waitFor(defaultWaitForOptions);
158158
await environmentSelectorMenu.click();
159159

160-
const baseUrlInput = await testPage.locator(
161-
"input#self_hosted_env_settings_form_input_base_url",
162-
);
160+
const baseUrlInput = await testPage.getByRole("menuitem", {
161+
name: "self-hosted",
162+
});
163163
await baseUrlInput.waitFor(defaultWaitForOptions);
164164

165165
await baseUrlInput.fill(vaultHostURL);

0 commit comments

Comments
 (0)