Skip to content

Commit 3f60e7b

Browse files
authored
fix fixture login buton locator (#502)
1 parent 181d7f8 commit 3f60e7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fixtures/extension-setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export async function loginToVault(
8787
await masterPasswordInput.fill(vaultPassword);
8888

8989
const loginButton = await testPage.getByRole("button", {
90-
name: "Log in with master password",
90+
name: "Log in",
9191
});
9292
await loginButton.waitFor(defaultWaitForOptions);
9393
await loginButton.click();

0 commit comments

Comments
 (0)