Skip to content

Commit

Permalink
Replace comment sections with marks for easier file navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Jul 7, 2024
1 parent f076d8b commit aad98fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
4 changes: 1 addition & 3 deletions frontend/tests/specs/home-page.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ test.describe("Home Page", () => {
await topicsDropdown.waitFor({ state: "visible" });
});

/* *********************************************************** */
/* ACCESSIBILITY TESTS */
/* *********************************************************** */
// MARK: Accessibility

// Test accessibility of the home page (skip this test for now).
// Note: Check to make sure that this is eventually done for light and dark modes.
Expand Down
12 changes: 3 additions & 9 deletions frontend/tests/specs/landing-page.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ test.describe("Landing Page", () => {
await landingSplash.waitFor({ state: "visible" });
});

/* *********************************************************** */
/* ACCESSIBILITY TESTS */
/* *********************************************************** */
// MARK: Accessibility

// Test accessibility of the landing page (skip this test for now).
// Note: Check to make sure that this is eventually done for light and dark modes.
Expand All @@ -31,9 +29,7 @@ test.describe("Landing Page", () => {
expect(results.violations).toEqual([]);
});

/* *********************************************************** */
/* HEADER TESTS */
/* *********************************************************** */
// MARK: Header

// Test that the correct Header is visible on mobile or desktop.
test("The correct header element should be visible on mobile and desktop", async ({
Expand Down Expand Up @@ -100,9 +96,7 @@ test.describe("Landing Page", () => {
}
});

/* *********************************************************** */
/* LANDING PAGE TESTS */
/* *********************************************************** */
// MARK: Landing Page

// Test that the title of the landing page contains "activist".
test('Title should contain "activist"', async ({ landingPage }) => {
Expand Down

0 comments on commit aad98fd

Please sign in to comment.