Skip to content

Commit

Permalink
fixed eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
beatfactor committed Sep 23, 2022
1 parent 36e8b44 commit 2a30d33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/tests/ecosia.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
describe('Ecosia.org Demo', function() {

before(browser => {
browser
.navigateTo('https://www.ecosia.org/');
browser
.navigateTo('https://www.ecosia.org/');
});

it('Demo test ecosia.org', function(browser) {
browser
.waitForElementVisible('body')
.waitForElementVisible('body')
.assert.titleContains('Ecosia')
.assert.visible('input[type=search]')
.setValue('input[type=search]', 'nightwatch')
Expand Down

0 comments on commit 2a30d33

Please sign in to comment.