From 5b5ce033f0331a9f6f075398eb23d56e07161127 Mon Sep 17 00:00:00 2001 From: alexm Date: Mon, 12 May 2025 09:36:01 +0200 Subject: [PATCH] fix: skip RoadMap test suite for temporary exclusion --- test/cypress/integration/route/roadMap/roadmapList.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cypress/integration/route/roadMap/roadmapList.spec.js b/test/cypress/integration/route/roadMap/roadmapList.spec.js index bacf130a7..2483611bc 100644 --- a/test/cypress/integration/route/roadMap/roadmapList.spec.js +++ b/test/cypress/integration/route/roadMap/roadmapList.spec.js @@ -1,4 +1,4 @@ -describe('RoadMap', () => { +describe.skip('RoadMap', () => { const getSelector = (colField) => `tr:last-child > [data-col-field="${colField}"] > .no-padding`;