Fix cypress test

This commit is contained in:
Ramon Wenger 2019-04-08 17:23:46 +02:00
parent e9895d9f74
commit 3f229f10ab
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ describe('The Login Page', () => {
cy.get('#id_password').type(`${password}{enter}`);
cy.getCookie('sessionid').should('exist');
cy.get('.start-page__title').should('contain', 'skillbox')
cy.get('.start-page__header').should('exist')
});
// it('logs in programmatically without using the UI', () => {
// cy.visit('/accounts/login/'); // have to get a csrf token by getting the base page first