Fix cypress test
This commit is contained in:
parent
8a57e7ae48
commit
26981f3125
|
|
@ -1,5 +1,6 @@
|
||||||
describe('New project', () => {
|
describe('New project', () => {
|
||||||
it('creates a new project and displays it', () => {
|
it('creates a new project and displays it', () => {
|
||||||
|
cy.viewport('macbook-15');
|
||||||
cy.login('rahel.cueni', 'test');
|
cy.login('rahel.cueni', 'test');
|
||||||
|
|
||||||
cy.visit('/portfolio');
|
cy.visit('/portfolio');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue