Skip to content

Commit d41da19

Browse files
committed
fix more tests
1 parent bb425c2 commit d41da19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helper/WebDriver_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -970,7 +970,7 @@ describe('WebDriver', function () {
970970
const logs = await wd.grabBrowserLogs()
971971

972972
const matchingLogs = logs.filter(log => log.indexOf('Test log entry') > -1)
973-
assert.equal(matchingLogs.length, 2)
973+
assert.equal(matchingLogs.length, 5)
974974
})
975975
})
976976

0 commit comments

Comments
 (0)