Skip to content

Commit 3495fa0

Browse files
committed
Fix import
1 parent 1e6c0a2 commit 3495fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/node/selenium-webdriver/test/fedcm/fedcm_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
const assert = require('node:assert')
2121
const { Browser } = require('selenium-webdriver')
2222
const { Pages, suite } = require('../../lib/test')
23-
const { By } = require('../../index')
23+
const { By } = require('selenium-webdriver/index')
2424

2525
suite(
2626
function (env) {

0 commit comments

Comments
 (0)