From e9032c9f1133384ea33f37eccd75a09cfaf394ef Mon Sep 17 00:00:00 2001 From: cristhianzl Date: Fri, 28 Jun 2024 15:03:32 -0300 Subject: [PATCH] test webhook --- .../components/codeTabsComponent/index.tsx | 4 +- .../end-to-end/generalBugs-shard-2.spec.ts | 56 ++++++++++++ .../end-to-end/generalBugs-shard-3.spec.ts | 89 +++++++++++++++++++ 3 files changed, 147 insertions(+), 2 deletions(-) create mode 100644 src/frontend/tests/end-to-end/generalBugs-shard-2.spec.ts create mode 100644 src/frontend/tests/end-to-end/generalBugs-shard-3.spec.ts diff --git a/src/frontend/src/components/codeTabsComponent/index.tsx b/src/frontend/src/components/codeTabsComponent/index.tsx index 4b22ac11e..c96e57264 100644 --- a/src/frontend/src/components/codeTabsComponent/index.tsx +++ b/src/frontend/src/components/codeTabsComponent/index.tsx @@ -147,7 +147,7 @@ export default function CodeTabsComponent({ )} - {Number(activeTab) < 5 && ( + {Number(activeTab) < 6 && ( <>