Skip to content

Commit

Permalink
chore: save changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sandipndev committed Oct 3, 2023
1 parent b8a7dda commit 43bd992
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions e2e/02-login-flow.e2e.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,12 +158,14 @@ describe("Login Flow", () => {
await waitTillButtonDisplayed("logout button")
await scrollDown()

// not sure why staging is preselected in browserstack builds
await clickButton("Main Button")
await clickButton("Save Changes")

await clickButton("Staging Button")
await clickButton("Save Changes")
try {
// not sure why staging is preselected in browserstack builds
await clickButton("Main Button")
await clickButton("Save Changes")
} finally {
await clickButton("Staging Button")
await clickButton("Save Changes")
}

await clickBackButton()
})
Expand Down

0 comments on commit 43bd992

Please sign in to comment.