diff --git a/autogpt_platform/frontend/src/tests/pages/build.page.ts b/autogpt_platform/frontend/src/tests/pages/build.page.ts index 4413344b3d..9370288f8e 100644 --- a/autogpt_platform/frontend/src/tests/pages/build.page.ts +++ b/autogpt_platform/frontend/src/tests/pages/build.page.ts @@ -27,7 +27,7 @@ export class BuildPage extends BasePage { await this.page .getByRole("button", { name: "Skip Tutorial", exact: true }) .click({ timeout: 3000 }); - } catch (error) { + } catch (_error) { console.info("Tutorial not shown or already dismissed"); } }