diff --git a/autogpt_platform/frontend/src/tests/pages/build.page.ts b/autogpt_platform/frontend/src/tests/pages/build.page.ts index 9370288f8e..4413344b3d 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"); } }