Skip to content

Commit

Permalink
set timeout to 50000ms
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-medicala-yral committed Dec 23, 2024
1 parent cab3425 commit 40df956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/src/profileTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('Profile page tests', function () {


it('profile page', async function (browser) {
browser.element.findByText('Login').waitUntil('visible', { timeout: 10000 }).click()
browser.element.findByText('Login').waitUntil('visible', { timeout: 50000 }).click()
browser.element.findByText('Google Sign-In').waitUntil('visible')
})

Expand Down

0 comments on commit 40df956

Please sign in to comment.