Fix cypress test

This commit is contained in:
Ramon Wenger 2019-04-09 14:37:21 +02:00
parent 8a57e7ae48
commit 26981f3125
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
describe('New project', () => {
it('creates a new project and displays it', () => {
cy.viewport('macbook-15');
cy.login('rahel.cueni', 'test');
cy.visit('/portfolio');