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 181d7f8 commit 3f60e7bCopy full SHA for 3f60e7b
1 file changed
fixtures/extension-setup.ts
@@ -87,7 +87,7 @@ export async function loginToVault(
87
await masterPasswordInput.fill(vaultPassword);
88
89
const loginButton = await testPage.getByRole("button", {
90
- name: "Log in with master password",
+ name: "Log in",
91
});
92
await loginButton.waitFor(defaultWaitForOptions);
93
await loginButton.click();
0 commit comments