Skip to content
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

Merged
merged 3 commits into from Mar 24, 2021

Conversation

potapovDim
Copy link
Contributor

@potapovDim potapovDim commented Feb 8, 2021

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

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • I have read the contributing document.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@potapovDim potapovDim changed the title code cleanup first iteration [nodejs] code cleanup first iteration Feb 8, 2021
@sonarcloud
Copy link

sonarcloud bot commented Feb 8, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@harsha509
Copy link
Member

Hi @potapovDim ,

Thanks for the PR.

There are few test failures and conflicts. can you please resolve them to get this merged.

Thanks,
Harsha

Copy link
Member

@harsha509 harsha509 left a 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?

@potapovDim
Copy link
Contributor Author

@JS31096 Hey, will do, as soon as will have some free time

@harsha509
Copy link
Member

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 <sri_harsha509@hotmail.com>
@sonarcloud
Copy link

sonarcloud bot commented Mar 24, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@harsha509 harsha509 merged commit 84dd610 into SeleniumHQ:trunk Mar 24, 2021
@harsha509
Copy link
Member

HI @potapovDim ,

Thanks for the PR.

I've resolved the conflicts and fixed the failed tests to get this PR merged.

Thanks,
Harsha

@potapovDim potapovDim deleted the feat/code-cleanup-iteration-1 branch October 23, 2021 12:59
@potapovDim
Copy link
Contributor Author

Hi, @harsha509, thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants