Skip to content

Commit

Permalink
fixed e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
jbibla committed Jan 23, 2019
1 parent ec0fb57 commit a1134e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/e2e/preferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ test(`preferences`, async function(t) {
await navigateToPreferences(app)

t.test(`shows preferences`, async function(t) {
t.ok(await $(`div*=Settings`).waitForExist(), `shows Settings`)
t.ok(await $(`div*=Account`).waitForExist(), `shows Account`)
t.ok(await $(`div*=Node IP`).waitForExist(), `shows Node IP`)
t.end()
})

Expand Down

0 comments on commit a1134e8

Please sign in to comment.