Skip to content

Conversation

vlad-dargel
Copy link
Contributor

No description provided.

@vlad-dargel vlad-dargel self-assigned this Oct 11, 2023
await t.click(myRedisDatabasePage.AddRedisDatabase.showPasswordBtn);
await t.expect(myRedisDatabasePage.AddRedisDatabase.passwordInput.value).eql(rdmListOfDB[1].auth, 'Password import incorrect');
// Verify that user can see 12 hidden characters regardless of the actual database password when it is set
await t.expect(myRedisDatabasePage.AddRedisDatabase.passwordInput.value).eql('************', 'Password import incorrect');
Copy link
Contributor

Choose a reason for hiding this comment

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

can you please create a separate variable to store the value

@vlad-dargel vlad-dargel merged commit 22491aa into feature/RI-4481_hide_database_security_fields Oct 12, 2023
@vlad-dargel vlad-dargel deleted the e2e/feature/RI-4481_hide_db_security_fields branch October 12, 2023 10:58
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