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

test for full user name #2087

Merged
merged 1 commit into from
Oct 31, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
});