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 0dee61d commit 794f343Copy full SHA for 794f343
constants/test-pages.ts
@@ -177,7 +177,7 @@ export const testPages: PageTest[] = [
177
],
178
},
179
{
180
- url: `${testSiteHost}/forms/login/multi-step-login`,
+ url: `${testSiteHost}/forms/multi-step/email-username-login`,
181
inputs: {
182
username: {
183
multiStepNextInputKey: "email",
constants/vault-ciphers.ts
@@ -111,7 +111,7 @@ export const pageCiphers: PageCipher[] = [
111
112
113
cipherType: CipherType.Login,
114
115
uriMatchType: UriMatchType.StartsWith,
116
fields: {
117
0 commit comments