Skip to content

Commit

Permalink
Fix minor grammar error in search.test.ts (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
HelpMe-Pls committed Mar 7, 2024
1 parent d01d808 commit 82b700b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// 🐨 create your test here, you'll need the page fixture.
// 🐨 go to the home page (💰 "/")
// 🐨 fill in the search box with "kody" (💰 it's implicit role is "searchbox" and it's named "search")
// 🐨 fill in the search box with "kody" (💰 its implicit role is "searchbox" and it's named "search")
// 🐨 click the search button (💰 it's named "search")
// 🐨 wait for the URL to be "/users?search=kody" (💰 page.waitForURL)
// 🐨 assert that the text "Epic Notes Users" is visible (💰 don't forget to add "await")
Expand Down

0 comments on commit 82b700b

Please sign in to comment.