Skip to content

Commit

Permalink
chore(temp): disable playwright ci
Browse files Browse the repository at this point in the history
  • Loading branch information
joshxfi committed Jul 28, 2024
1 parent 63ef2b6 commit c2df5a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

jobs:
e2e:
if: false # Disable this job temporarily
timeout-minutes: 60
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -41,6 +42,7 @@ jobs:
- name: Build project
env:
TURSO_CONNECTION_URL: ${{ secrets.TURSO_CONNECTION_URL }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
run: pnpm build

- name: Run Playwright tests
Expand Down
3 changes: 0 additions & 3 deletions packages/e2e/tests/notes.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ test.beforeEach(async ({ page }) => {
await page.getByTestId("nav-notes-btn").click();
await page.waitForURL("**/notes");
await expect(page).toHaveTitle(/Umamin — Notes/);
await expect(
page.getByRole("heading", { name: "Umamin Notes" })
).toBeVisible();
});

test("can update note", async ({ page }) => {
Expand Down

0 comments on commit c2df5a4

Please sign in to comment.