Skip to content

Commit

Permalink
[ICAT] - Updated E2E test
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-oscarsson committed Oct 4, 2024
1 parent 863a714 commit b41f616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/cypress/support.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Cypress.Commands.add('login', (username = 'idtest0', password = '0000') => {
cy.findByRole('heading', { name: 'MXCuBE' }).should('be.visible');
cy.findByLabelText('Login ID').type(username);
cy.findByLabelText('Password').type(password);
cy.findByRole('button', { name: 'Sign in' }).click();
cy.findByRole('button', { name: 'Sign in with proposal' }).click();
});

Cypress.Commands.add('takeControl', () => {
Expand Down

0 comments on commit b41f616

Please sign in to comment.