Skip to content

Commit

Permalink
fixed e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-medicala-yral committed Dec 23, 2024
1 parent bd19f28 commit cab3425
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
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: 7000 }).click()
browser.element.findByText('Login').waitUntil('visible', { timeout: 10000 }).click()
browser.element.findByText('Google Sign-In').waitUntil('visible')
})

Expand Down
2 changes: 0 additions & 2 deletions tests/e2e/src/walletTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ describe("wallet page tests", function () {
})

it("wallet page contains login button", async function (browser) {
browser.element.findByText("Your Coyns Balance").waitUntil('visible', { timeout: 7000 })
browser.element.findByText('Login to claim your COYNs').assert.enabled()

})
})

0 comments on commit cab3425

Please sign in to comment.