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

[Backport 2.8] Fix internaluser test to adapt the password validation #710

Merged
merged 1 commit into from
Jun 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix internaluser test to adapt the password validation feature for se…
…curity (#707)

Signed-off-by: Ryan Liang <jiallian@amazon.com>
(cherry picked from commit 0c474de)
  • Loading branch information
RyanL1997 authored and github-actions[bot] committed Jun 2, 2023
commit 60e8c2845ef8a842ab5da1c6d82dab9ed391c782
2 changes: 1 addition & 1 deletion cypress/integration/plugins/security/internalusers_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ if (Cypress.env('SECURITY_ENABLED')) {
cy.contains('span', 'Create');

const userName = 'test';
const password = 'Password12';
const password = 'testUserPassword123';

cy.get('input[data-test-subj="name-text"]').type(userName, {
force: true,
Expand Down