Skip to content

Commit

Permalink
cleaned up tests, fixed cache in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikwilkowski committed Feb 1, 2025
1 parent 85df5ef commit 804e944
Show file tree
Hide file tree
Showing 5 changed files with 574 additions and 375 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Install dependencies for server
run: cd server && yarn --frozen-lockfile

- name: Build
run: yarn build

- name: Cache build folder
uses: actions/upload-artifact@v4
with:
Expand Down
1 change: 0 additions & 1 deletion src/tests/e2e/about.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ describe("The about page", () => {
.get("a")
.contains("About the app")
.realClick()
.wait(500)
.root()
.should("contain", "Dominik")
.get("a")
Expand Down
Loading

0 comments on commit 804e944

Please sign in to comment.