We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e3e7d commit 88bbd37Copy full SHA for 88bbd37
playwright/e2e/ui/pages/home.py
@@ -533,7 +533,7 @@ def search_result_is_visible(self):
533
534
@pytest.mark.asyncio
535
async def close_unsuccessful_search_result_sidebar(self):
536
- await self.page.locator("div.styled__SearchResultsBar-as3fh1-4.gldLiQ").get_by_role("button").click()
+ await self.page.get_by_test_id("close-search-noresults").click()
537
538
539
async def close_successful_search_result_sidebar(self):
0 commit comments