We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d291601 commit f98626fCopy full SHA for f98626f
javascript/selenium-webdriver/test/bidi/network_test.js
@@ -97,8 +97,8 @@ suite(
97
98
assert.equal(beforeRequestEvent[0].request.method, 'GET')
99
assert(beforeRequestEvent[0].request.url.includes('redirected_http_equiv.html'))
100
- assert.equal(beforeRequestEvent[2].request.method, 'GET')
101
- assert(beforeRequestEvent[2].request.url.includes('redirected.html'))
+ assert.equal(beforeRequestEvent[1].request.method, 'GET')
+ assert(beforeRequestEvent[1].request.url.includes('redirected.html'))
102
})
103
104
it('can subscribe to response started', async function () {
0 commit comments