Skip to content

Commit

Permalink
test: teams
Browse files Browse the repository at this point in the history
check teams in isolation
  • Loading branch information
jlangy committed May 9, 2024
1 parent 197d85c commit 9a77d95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testing/cypress/e2e/team-001-createTeam.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ describe('Create Teams', () => {

const team = new Team();
const cleanup = () => {
cy.clearAllCookies();
cy.setid('admin').then(() => {
cy.login(null, null, null, null);
});
Expand All @@ -32,6 +33,7 @@ describe('Create Teams', () => {
});

beforeEach(() => {
cy.clearAllCookies();
cy.setid(null).then(() => {
cy.login(null, null, null, null);
});
Expand Down

0 comments on commit 9a77d95

Please sign in to comment.