Skip to content

Commit 72ce3dc

Browse files
committed
Fix up failing relative locator test in js
1 parent 56fb132 commit 72ce3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/node/selenium-webdriver/test/element_finding_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ suite(function (env) {
426426
for (let i = 0; i < elements.length; i++) {
427427
ids.push(await elements[i].getAttribute('id'))
428428
}
429-
assert.deepEqual(ids, ['above', 'mid'])
429+
assert.deepEqual(ids, ['mid', 'above'])
430430
})
431431

432432
it('should combine filters', async function () {

0 commit comments

Comments
 (0)