diff --git a/tests/e2e/src/profileTest.js b/tests/e2e/src/profileTest.js index 0f3b8cdd..22e67b83 100644 --- a/tests/e2e/src/profileTest.js +++ b/tests/e2e/src/profileTest.js @@ -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') })