Skip to content

Commit a32112c

Browse files
committed
fix
1 parent 403d98d commit a32112c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/global.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ test.describe("Global", () => {
107107
await homePage.assertUrlMatches(/\/ar(\/|$)/)
108108

109109
const logo = page.getByTestId("nav-logo")
110-
const searchBtn = page.getByTestId("search-input-button")
110+
const searchBtn = await homePage.getSearchButton()
111111
const logoBox = await logo.boundingBox()
112112
const searchBox = await searchBtn.boundingBox()
113113
expect(logoBox).not.toBeNull()

0 commit comments

Comments
 (0)