Skip to content

Commit

Permalink
ci(e2e): remove afterAll messages as startup/cleanUp will clear messages
Browse files Browse the repository at this point in the history
  • Loading branch information
danny-avila committed Oct 11, 2023
1 parent a067a97 commit 533a9d4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions e2e/specs/messages.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,6 @@ test.beforeAll(async ({ browser }) => {
await page.close();
});

test.afterAll(async () => {
console.log('🤖: clearing conversations after message tests.');
const page = await beforeAfterAllContext.newPage();
await clearConvos(page);
await page.close();
await beforeAfterAllContext.close();
});

test.beforeEach(async ({ page }) => {
await page.goto(initialUrl, { timeout: 5000 });
});
Expand Down

0 comments on commit 533a9d4

Please sign in to comment.