Skip to content

Commit

Permalink
Remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPeck committed Feb 27, 2024
1 parent c60fd8f commit 55812bc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/lib/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ const routes = [

test.describe('Navigation', () => {
routes.forEach((route) => {
test(`${route.path} page has expected heading`, async ({ page }) => {
await page.goto('/');
const navItem = page.locator('#' + route.id);
await navItem.click();
await expect(page.locator('.main-content>h1')).toHaveText(route.headerText);
});
test(`${route.path} navigation bar has correct active element`, async ({ page }) => {
await page.goto(route.path);

Expand Down

0 comments on commit 55812bc

Please sign in to comment.