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:
parent
501660d742
commit
c02c237567
1 changed files with 0 additions and 2 deletions
|
|
@ -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 }),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue