Skip to content

Commit

Permalink
build: bump libs
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <[email protected]>
  • Loading branch information
rare-magma committed Apr 25, 2024
1 parent 7f0fe68 commit 3a275d1
Show file tree
Hide file tree
Showing 5 changed files with 1,086 additions and 1,264 deletions.
2 changes: 2 additions & 0 deletions e2e/happyPath.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable testing-library/prefer-screen-queries */
import { expect, test } from "@playwright/test";

test("should complete the happy path", async ({ page, isMobile }) => {
Expand Down Expand Up @@ -105,6 +106,7 @@ test("should complete the happy path", async ({ page, isMobile }) => {
// should undo changes
if (isMobile) {
await page.getByLabel("Toggle navigation").click();
// eslint-disable-next-line jest/no-conditional-expect
await expect(page.locator("#offcanvasNavbarLabel-expand-md")).toBeVisible();
}

Expand Down
1 change: 1 addition & 0 deletions e2e/settingsHappyPath.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable testing-library/prefer-screen-queries */
import { expect, test } from "@playwright/test";
import fs from "fs";

Expand Down
Loading

0 comments on commit 3a275d1

Please sign in to comment.