-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[nodejs] code cleanup first iteration #9158
[nodejs] code cleanup first iteration #9158
Conversation
932be4b
to
49d68e8
Compare
Kudos, SonarCloud Quality Gate passed! |
Hi @potapovDim , Thanks for the PR. There are few test failures and conflicts. can you please resolve them to get this merged. Thanks, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @potapovDim ,
Can you please resolve the conflicts and look into the failed tests?
@JS31096 Hey, will do, as soon as will have some free time |
Hi @potapovDim , Hope you're doing great. Did you get a change to look into above request ? Thanks! |
…teration-1 # Conflicts: # javascript/node/selenium-webdriver/test/chrome/devtools_test.js # javascript/node/selenium-webdriver/test/chrome/options_test.js # javascript/node/selenium-webdriver/test/lib/capabilities_test.js # javascript/node/selenium-webdriver/test/lib/logging_test.js # javascript/node/selenium-webdriver/test/lib/promise_test.js # javascript/node/selenium-webdriver/test/lib/until_test.js # javascript/node/selenium-webdriver/test/lib/webdriver_test.js
Signed-off-by: Sri Harsha <[email protected]>
Kudos, SonarCloud Quality Gate passed! |
HI @potapovDim , Thanks for the PR. I've resolved the conflicts and fixed the failed tests to get this PR merged. Thanks, |
Hi, @harsha509, thanks ! |
Description
Clean up code of the javascript/node/selenium-webdriver folder iteration first.
assert.deepEqual - deprecated, updated to assert.deepStrictEqual
assert.equal - deprecated, updated to assert.strictEqual
Motivation and Context
Cleanup javascript/node/selenium-webdriver folder and variables declaration aligning
Types of changes
Checklist