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 403d98d commit a32112cCopy full SHA for a32112c
tests/e2e/global.spec.ts
@@ -107,7 +107,7 @@ test.describe("Global", () => {
107
await homePage.assertUrlMatches(/\/ar(\/|$)/)
108
109
const logo = page.getByTestId("nav-logo")
110
- const searchBtn = page.getByTestId("search-input-button")
+ const searchBtn = await homePage.getSearchButton()
111
const logoBox = await logo.boundingBox()
112
const searchBox = await searchBtn.boundingBox()
113
expect(logoBox).not.toBeNull()
0 commit comments