Skip to content

Commit 5230208

Browse files
[JS] Fix upload test
1 parent eea09a6 commit 5230208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: javascript/node/selenium-webdriver/test/lib/capabilities_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ test.suite(function (env) {
212212
await driver.switchTo().frame(frame)
213213
assert.strictEqual(
214214
await driver.findElement(By.css('body')).getText(),
215-
LOREM_IPSUM_TEXT
215+
fp.split('/').pop()
216216
)
217217

218218
if (driver) {

0 commit comments

Comments
 (0)