Skip to content

Commit

Permalink
LPD-33194 LPD-33427 playwright: Update search step to avoid ci failure
Browse files Browse the repository at this point in the history
  • Loading branch information
oliv-yu authored and brianchandotcom committed Aug 15, 2024
1 parent f1865bd commit 3d83bdd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ test.describe('Category facet configuration for vocabularies', () => {
await test.step('Open category facet configurations', async () => {
await searchPage.goto();

await searchPage.searchKeywordInMainContent('test');
await searchPage.searchKeywordInNavBar('test');

await expect(searchPage.searchResultsTotalLabel).toHaveText(
/\d+ Results for test/
Expand Down

0 comments on commit 3d83bdd

Please sign in to comment.