Skip to content

Commit e1eacf5

Browse files
committed
Fixing assertion
1 parent 9e61f68 commit e1eacf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/javascript/test/bidirectional/browsingContextInspector.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ describe('Browsing Context Inspector', function () {
114114

115115
assert.equal(contextInfo.id, windowHandle)
116116
assert.equal(contextInfo.url, 'about:blank')
117-
assert.equal(contextInfo.children, null)
117+
assert.equal(contextInfo.children.length, 0)
118118
assert.equal(contextInfo.parentBrowsingContext, null)
119119
})
120120
})

0 commit comments

Comments
 (0)