Skip to content

Commit

Permalink
remove support file
Browse files Browse the repository at this point in the history
  • Loading branch information
anamontiaga committed Feb 19, 2024
1 parent 0c43e6f commit 72020e6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 58 deletions.
1 change: 1 addition & 0 deletions client/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ import { defineConfig } from 'cypress';
export default defineConfig({
e2e: {
baseUrl: 'http://localhost:3000',
supportFile: false,
},
});
2 changes: 1 addition & 1 deletion client/cypress/e2e/navigation.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ describe('navigation', () => {
it('access to project detail page and switch dashboard', () => {
cy.visit('/');
cy.get('a[data-cy="project-item-link"]').first().click();
cy.get('button[data-cy="project-dashboard-button"]').click();
cy.get('button[data-cy="project-dashboard-button"]').click().wait(1000);
cy.get('[data-cy="project-dashboard"]').should('exist');
cy.get('button[data-cy="project-dashboard-button"]').click();
cy.get('[data-cy="project-dashboard"]').should('not.exist');
Expand Down
37 changes: 0 additions & 37 deletions client/cypress/support/commands.ts

This file was deleted.

20 changes: 0 additions & 20 deletions client/cypress/support/e2e.ts

This file was deleted.

0 comments on commit 72020e6

Please sign in to comment.