Skip to content

Commit

Permalink
Ahh, i'm getting desperate, proxy ... base url issue ?
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-oscarsson committed Sep 28, 2023
1 parent 1380f7e commit b1552ac
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 @@ -2,7 +2,7 @@
import '@testing-library/cypress/add-commands';

Cypress.Commands.add('login', (username = 'idtest0', password = '0000') => {
cy.visit('/datacollection');
cy.visit('http://127.0.0.1:8888');
cy.findByRole('heading', { name: 'MXCuBE' }).should('be.visible');
cy.findByLabelText('Login ID').type(username);
cy.findByLabelText('Password').type(password);
Expand Down

0 comments on commit b1552ac

Please sign in to comment.