Skip to content

Commit 61a1eb1

Browse files
committed
Running format script
1 parent c5cf658 commit 61a1eb1

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

javascript/node/selenium-webdriver/test/bidi/locate_nodes_test.js

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
const assert = require('node:assert')
2121
const { Browser } = require('selenium-webdriver')
22-
const { Pages, suite, ignore} = require('../../lib/test')
22+
const { Pages, suite, ignore } = require('../../lib/test')
2323
const BrowsingContext = require('selenium-webdriver/bidi/browsingContext')
2424
const { Locator } = require('selenium-webdriver/bidi/browsingContext')
2525
const { ScriptManager } = require('selenium-webdriver/index')
@@ -152,13 +152,7 @@ suite(
152152
startNodes.push(new ReferenceValue(node.handle, node.sharedId))
153153
})
154154

155-
const elements = await browsingContext.locateNodes(
156-
Locator.css('input'),
157-
50,
158-
'none',
159-
undefined,
160-
startNodes,
161-
)
155+
const elements = await browsingContext.locateNodes(Locator.css('input'), 50, 'none', undefined, startNodes)
162156

163157
assert.strictEqual(elements.length, 35)
164158
})

0 commit comments

Comments
 (0)