0
0
Fork 0

remove: refs #7129 remove spec

This commit is contained in:
Pablo Natek 2024-07-12 11:13:13 +02:00
parent a736867e6e
commit c754a8c110
2 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
describe('Route', () => {
beforeEach(() => {
cy.viewport(1920, 1080);
cy.login('developer');
cy.visit(`/#/route/roadmap`);
});
it('Route list create route', () => {
cy.get('.q-page-sticky > div > .q-btn > .q-btn__content > .q-icon').click();
cy.get('input[name="name"]').eq(1).type('routeTestOne{enter}');
cy.get('.q-notification__message').should('have.text', 'Data created');
cy.url().should('include', '/summary');
});
});