Skip to content

Commit

Permalink
Feat: update to latest version of webdriver-image-comparison and fix …
Browse files Browse the repository at this point in the history
…tests
  • Loading branch information
wswebcreation committed May 26, 2019
1 parent 809d9c8 commit 5b8e044
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/specs/mobile.spec.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
describe('wdio-image-comparison-service mobile', () => {
beforeEach(() => {
browser.url('');
// Double url because on Android emu this breaks sometimes
browser.url('');
$('.uk-button:nth-child(1)').waitForDisplayed(5000);
browser.pause(1500)
});

// Chrome remembers the last postion when the url is loaded again, this will reset it.
Expand Down

0 comments on commit 5b8e044

Please sign in to comment.