Skip to content

Commit

Permalink
#2490 - fixing cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rmmayo committed Jun 6, 2024
1 parent 0aff368 commit a854c60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe('Various Test to verify Skills Display creation lifecycle works properl
cy.logout()
cy.visit('/test-skills-display/proj1')
cy.get('#username').type(Cypress.env('proxyUser'));
cy.get('#password').type('password');
cy.get('#inputPassword').type('password');
cy.get('[data-cy=login]').click();

validateProgress()
Expand Down

0 comments on commit a854c60

Please sign in to comment.