There was an error while loading. Please reload this page.
1 parent 1c0e2f2 commit 1601799Copy full SHA for 1601799
1 file changed
crates/web/ui/e2e/specs/agents.spec.js
@@ -80,7 +80,7 @@ async function deleteAgentByName(page, agentName) {
80
}
81
82
test.describe("Agents settings page", () => {
83
- test.beforeEach((_fixtures, testInfo) => {
+ test.beforeEach(async ({ page: _page }, testInfo) => {
84
testInfo.setTimeout(90_000);
85
});
86
0 commit comments