Skip to content

Commit

Permalink
prettier fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 5, 2024
1 parent 1e6b195 commit 9f2d01b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/tests/specs/landing-page.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ test.describe("Landing Page", () => {
/* *********************************************************** */

// Test that the correct Header is visible on mobile or desktop.
test("The correct header element should be visible on mobile and desktop", async ({ landingPage }) => {
test("The correct header element should be visible on mobile and desktop", async ({
landingPage,
}) => {
const header = (await landingPage.isMobile())
? landingPage.header.mobileHeader
: landingPage.header.desktopHeader;
Expand Down

0 comments on commit 9f2d01b

Please sign in to comment.