Skip to content

Conversation

elenaNaboko
Copy link
Contributor

The following tests are added:

  • Verify that user can see DB modules on DB list page for Standalone DB.
  • Verify that user can see +N icon (where N>1) on DB list page when modules icons don't fit the Module column width.
  • Verify that user can hover over the module icons and see tooltip with all modules name.
  • Verify that user can hover over the module icons and see tooltip with version.
  • Verify that user can see full module list in the Edit mode.

@elenaNaboko elenaNaboko self-assigned this Mar 11, 2022
Comment on lines 75 to 86
.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
})

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

Copy link
Contributor Author

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.

Comment on lines 110 to 114
await t
.typeText(this.hostInput, parameters.host, {
replace: true,
paste: true
})

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

Copy link
Contributor Author

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add the reason

Copy link
Contributor Author

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

@elenaNaboko elenaNaboko merged commit b9ba29e into main Mar 15, 2022
@elenaNaboko elenaNaboko deleted the feature/e2e-modules branch March 15, 2022 14:54
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.

2 participants