Skip to content

Commit

Permalink
Update cypress/integration/core-opensearch-dashboards/opensearch-dash…
Browse files Browse the repository at this point in the history
…boards/workspace-plugin/mds_workspace_detail.spec.js

Co-authored-by: Yulong Ruan <[email protected]>
Signed-off-by: Lin Wang <[email protected]>
  • Loading branch information
wanglam and ruanyl authored Nov 8, 2024
1 parent edac569 commit c45a9c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ if (Cypress.env('WORKSPACE_ENABLED')) {
.as('adminWorkspaceId')
.then(() => {
ADMIN_AUTH.newUser = NONE_DASHBOARDS_ADMIN_USER.username;
ADMIN_AUTH.newPassword = NONE_DASHBOARDS_ADMIN_USER.username;
ADMIN_AUTH.newPassword = NONE_DASHBOARDS_ADMIN_USER.password;
});

// Visit workspace list page
Expand Down

0 comments on commit c45a9c8

Please sign in to comment.