Skip to content

Commit

Permalink
CP-2291 Change to speed up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaleckiplacester committed Dec 24, 2024
1 parent e8c3178 commit 5500a6b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ describe("Mock Using Contact Support Form", () => {
before(async () => {
dns.setDefaultResultOrder("ipv4first")
const notNowButton = await HomePage.notNowButton
await notNowButton.waitForDisplayed()
await notNowButton.waitForDisplayed({timeout: 20000})
await notNowButton.click()
await sleep(20000)
})

it("Open Help window and check if Contact Support modal opens up", async () => {
Expand Down

0 comments on commit 5500a6b

Please sign in to comment.