-
Notifications
You must be signed in to change notification settings - Fork 36
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
Issue436 - Automated test case versionless feature server.xml #449
base: main
Are you sure you want to change the base?
Issue436 - Automated test case versionless feature server.xml #449
Conversation
src/test/GradleSingleModLCLSTest.ts
Outdated
if (pointerBlockedElement) { | ||
await driver.executeScript("arguments[0].style.display = 'none';", pointerBlockedElement); | ||
} else { | ||
console.log('pointerBlockElementt not found!'); |
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.
Please put valid log statements.
src/test/GradleSingleModLCLSTest.ts
Outdated
focusTargtElemnt.click(); | ||
await editor.click(); | ||
|
||
const actns = VSBrowser.instance.driver.actions(); |
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.
Typo actions. Kindly check for similar typos.
src/test/GradleSingleModLCLSTest.ts
Outdated
await actns.move({ origin: focusTargtElemnt }).perform(); | ||
await utils.delay(5000); | ||
|
||
const hverContent = editor.findElement(By.className('hover-contents')); |
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.
Kindly be aware while naming variables. It should be meaningful and should not have typos. It is considered as a good practice :)
src/test/GradleSingleModLCLSTest.ts
Outdated
if (pointerBlockedElement) { | ||
await driver.executeScript("arguments[0].style.display = 'none';", pointerBlockedElement); | ||
} else { | ||
console.log('pointerBlockElementt not found!'); |
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.
Please put meaningful log statements.
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.
Kindly check for similar log statements.
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.
I have few comments. Please check.
…com/SuparnaSuresh/liberty-tools-vscode into AutomatedTestCaseVersionlessFeature
@@ -1,3 +1,4 @@ | |||
|
|||
/** | |||
* Copyright (c) 2020, 2022 IBM Corporation. |
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.
Update the year in copyright header.
The PR raised for Fixes #436 includes
Fixes #442
Fixes #443
Fixes #444
Fixes #445
Fixes #446
Fixes #446
Fixes #447
Fixes #448
Automated the test cases for server.xml versionless features.