Skip to content

Commit

Permalink
test: Fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
cstuncsik committed Aug 9, 2024
1 parent 352cfc1 commit 4930cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/39-projects.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ describe('Projects', { disableAutoLogin: true }, () => {
cy.signinAsMember(1);
cy.visit(workflowsPage.url);

projects.getAddProjectButton().should('not.exist');
cy.getByTestId('add-project-menu-item').should('not.exist');
projects.getMenuItems().should('not.exist');
});

Expand Down

0 comments on commit 4930cc7

Please sign in to comment.