Re-add login via graphql to test
This commit is contained in:
parent
6852cdb1fa
commit
0434d27d5d
|
|
@ -48,14 +48,14 @@ describe('Apply module visibility', () => {
|
|||
});
|
||||
|
||||
it('needs to be implemented', () => {
|
||||
Cypress.config({
|
||||
baseUrl: 'http://localhost:8080',
|
||||
});
|
||||
// Cypress.config({
|
||||
// baseUrl: 'http://localhost:8080',
|
||||
// });
|
||||
cy.viewport('macbook-15');
|
||||
|
||||
// login as teacher
|
||||
cy.fakeLogin('nico.zickgraf', 'test');
|
||||
// cy.login('nico.zickgraf', 'test', true);
|
||||
// cy.fakeLogin('nico.zickgraf', 'test');
|
||||
cy.apolloLogin('nico.zickgraf', 'test');
|
||||
// cy.wait('@gqlBetaLogin');
|
||||
// go to module
|
||||
cy.visit('/module/lohn-und-budget');
|
||||
|
|
|
|||
Loading…
Reference in New Issue