Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt committed Dec 26, 2024
1 parent b39c490 commit e042515
Show file tree
Hide file tree
Showing 4 changed files with 11,964 additions and 10 deletions.
1 change: 0 additions & 1 deletion e2e/api.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ test("regenerate api keys", async ({ page }) => {
await page.getByTestId("confirm-button").click();

await page.waitForResponse((resp) => {
console.log(resp.url());
return resp.url().includes("/regenerate-key");
});

Expand Down
3 changes: 1 addition & 2 deletions e2e/auth.setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ const authFile = "e2e/.auth/user.json";

test.beforeAll(async () => {
test.slow();
// Sometimes the teardown isn't called, so we need to clean up the database before running the tests
console.log("deleting org");
// if teardown hasn't been call, we need to clean up the database before running the tests
await deleteOrg();
});

Expand Down
Loading

0 comments on commit e042515

Please sign in to comment.