Skip to content

Commit

Permalink
test: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
conwnet committed Apr 30, 2024
1 parent b3b9233 commit fd8fdb4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/__tests__/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ afterAll(async () => {

beforeEach(async () => {
page = await browser.newPage();
await page.goto(`${BASE_URL}/conwnet/github1s`);
await page.waitForTimeout(3000);
});

afterEach(async () => {
Expand Down

0 comments on commit fd8fdb4

Please sign in to comment.