Skip to content

Commit

Permalink
Update credentials submitted screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
hectormmg committed Aug 27, 2024
1 parent 93baa5a commit 8329fd9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ describe("Auth Code B2C Tests (local account)", () => {
username,
accountPwd
);
await screenshot.takeScreenshot(page, "b2cLocalAccountCredentialsSubmitted");
await page.waitForFunction(
`window.location.href.startsWith("${SAMPLE_HOME_URL}")`
);
Expand All @@ -172,6 +173,7 @@ describe("Auth Code B2C Tests (local account)", () => {
username,
accountPwd
);
await screenshot.takeScreenshot(page, "b2cLocalAccountCredentialsSubmitted");
await page.waitForFunction(
`window.location.href.startsWith("${SAMPLE_HOME_URL}")`
);
Expand All @@ -195,6 +197,7 @@ describe("Auth Code B2C Tests (local account)", () => {
username,
accountPwd
);
await screenshot.takeScreenshot(page, "b2cLocalAccountCredentialsSubmitted");
await page.waitForFunction(
`window.location.href.startsWith("${SAMPLE_HOME_URL}")`
);
Expand Down Expand Up @@ -226,6 +229,7 @@ describe("Auth Code B2C Tests (local account)", () => {
username,
accountPwd
);
await screenshot.takeScreenshot(page, "b2cLocalAccountCredentialsSubmitted");
await page.waitForFunction(
`window.location.href.startsWith("${SAMPLE_HOME_URL}")`
);
Expand Down

0 comments on commit 8329fd9

Please sign in to comment.