Skip to content

Commit 3d13638

Browse files
committed
test(e2e): update for safari
1 parent a9336d3 commit 3d13638

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

e2e/specs/scroll-behavior.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@ module.exports = {
1717

1818
.execute(function () {
1919
window.scrollTo(0, 100)
20-
// works in Safari
21-
document.querySelector('li:nth-child(2) a').click()
2220
})
23-
// .click('li:nth-child(2) a')
21+
.click('li:nth-child(2) a')
2422
.waitForElementPresent('.view.foo', TIMEOUT)
2523
.assert.containsText('.view', 'foo')
2624
.execute(function () {

0 commit comments

Comments
 (0)