fix: removed fit view that caused duck duck go test to fail (#8178)

fixed duck duck go test to not fail
This commit is contained in:
Lucas Oliveira 2025-05-22 12:07:27 -03:00 committed by GitHub
commit c02c237567
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,8 +32,6 @@ test(
await page.getByTestId("button_run_duckduckgo search").click();
await page.getByTestId("fit_view").click();
const result = await Promise.race([
page.waitForSelector("text=built successfully", { timeout: 30000 }),
page.waitForSelector("text=ratelimit", { timeout: 30000 }),