Skip to content

Commit

Permalink
fix: remove e2e tests skip
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorGoryany committed Sep 12, 2024
1 parent e6d6074 commit 92fadac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/dashboard.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe('Dashboard', () => {
cy.signInViaEmail();
});

it.only('filters are active by default', () => {
it('filters are active by default', () => {
cy.get('body').should('exist');

cy.get(projectListItem.query).filter(`:contains(${projectOne})`).should('exist');
Expand Down

0 comments on commit 92fadac

Please sign in to comment.