-
Notifications
You must be signed in to change notification settings - Fork 406
[E2E] Module tests are added #364
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
Conversation
.typeText(this.hostInput, parameters.host, { | ||
replace: true, | ||
paste: true | ||
}) | ||
.typeText(this.portInput, parameters.port, { | ||
replace: true, | ||
paste: true | ||
}) | ||
.typeText(this.databaseAliasInput, parameters.databaseName, { | ||
replace: true, | ||
paste: true | ||
}) |
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.
Whi you did it? please revert
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.
It was added automatically by IDE when I corrected all spaces in the file. Fixed.
await t | ||
.typeText(this.hostInput, parameters.host, { | ||
replace: true, | ||
paste: true | ||
}) |
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.
Same here
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.
Fixed
//Verify that user can hover over the module icons and see tooltip with version. | ||
await myRedisDatabasePage.checkModulesInTooltip(moduleList); | ||
}); | ||
test.skip |
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 add the reason
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.
Edit form was not ready from dev perspective. Corrected now and remove .skip label
The following tests are added: