Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: popular test failing
Browse files Browse the repository at this point in the history
eddiejaoude committed Oct 31, 2022
1 parent 9130349 commit fcf51d8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions tests/popular.spec.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
// @ts-check
import { test, expect } from "@playwright/test";

test.fixme("Click on popular profile in navbar navigates to popular page", async ({ page }) => {
// 1. click on popular nav link
// 2. check if it takes us to the popular page
test.fixme(
"Click on popular profile in navbar navigates to popular page",
async ({ page }) => {
// 1. click on popular nav link
// 2. check if it takes us to the popular page
}
);

test.fixme("Popular profiles listed", async ({ page }) => {
// 1. navigate to popular profile page

0 comments on commit fcf51d8

Please sign in to comment.