Skip to content

Commit 794f343

Browse files
authored
Change test page for multi-step. (#354)
1 parent 0dee61d commit 794f343

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

constants/test-pages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ export const testPages: PageTest[] = [
177177
],
178178
},
179179
{
180-
url: `${testSiteHost}/forms/login/multi-step-login`,
180+
url: `${testSiteHost}/forms/multi-step/email-username-login`,
181181
inputs: {
182182
username: {
183183
multiStepNextInputKey: "email",

constants/vault-ciphers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export const pageCiphers: PageCipher[] = [
111111
},
112112
{
113113
cipherType: CipherType.Login,
114-
url: `${testSiteHost}/forms/login/multi-step-login`,
114+
url: `${testSiteHost}/forms/multi-step/email-username-login`,
115115
uriMatchType: UriMatchType.StartsWith,
116116
fields: {
117117
username: {

0 commit comments

Comments
 (0)