Skip to content

Commit a647c15

Browse files
committed
test(e2e): missed this one
1 parent 3d13638 commit a647c15

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

e2e/specs/scroll-behavior.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,7 @@ module.exports = {
6262
null,
6363
'restore scroll position on back again'
6464
)
65-
66-
.execute(function () {
67-
// for Safari...
68-
document.querySelector('li:nth-child(3) a').click()
69-
})
65+
.click('li:nth-child(3) a')
7066
.waitForElementPresent('.view.bar', TIMEOUT)
7167
.assert.evaluate(
7268
function () {

0 commit comments

Comments
 (0)