Skip to content

Commit

Permalink
[javascript] Attempt to fix import error (#8374)
Browse files Browse the repository at this point in the history
This is the only case where `find-elements.js` had a capital `E`.
  • Loading branch information
seanpoulter authored Jun 3, 2020
1 parent 2e7d4ff commit ab16292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/node/selenium-webdriver/lib/http.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const isDisplayed = requireAtom(
'is-displayed.js',
'//javascript/node/selenium-webdriver/lib/atoms:is-displayed.js');
const findElements = requireAtom(
'find-Elements.js',
'find-elements.js',
'//javascript/node/selenium-webdriver/lib/atoms:find-elements.js');

/**
Expand Down

0 comments on commit ab16292

Please sign in to comment.