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

Commit

Permalink
test: search for full user name (#2087)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaynarayan-vaishnav authored Oct 31, 2022
1 parent e8608b3 commit 230cf71
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/search.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,9 @@ test.fixme("After search click profile", async ({ page }) => {
// 2. click on searched profile
// 3. check profile is displayed
});

test.fixme("find the profile after providing concise name", async ({ page }) => {
// 1. click on search profile
// 2. type the whole name
// 3. Display the profile if the name is correct
});

0 comments on commit 230cf71

Please sign in to comment.