Skip to content

Commit

Permalink
[js] Fix typo in devtools test
Browse files Browse the repository at this point in the history
  • Loading branch information
pujagani committed Sep 20, 2021
1 parent 7e11db8 commit 9cc81ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/node/selenium-webdriver/test/devtools_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
const assert = require('assert')
const { Browser, until } = require('..')
const fileServer = require('../lib/test/fileserver')
const { HttpResponse } = require('../devtools/networkontor')
const { HttpResponse } = require('../devtools/networkinterceptor')
const { Pages, ignore, suite } = require('../lib/test')

suite(
Expand Down

0 comments on commit 9cc81ec

Please sign in to comment.