From 27957c57758275600684a9786bb57921299ca5e3 Mon Sep 17 00:00:00 2001 From: jtubau Date: Fri, 7 Mar 2025 13:25:29 +0100 Subject: [PATCH] test: refs #8626 enable route extended list tests in Cypress --- test/cypress/integration/route/routeExtendedList.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cypress/integration/route/routeExtendedList.spec.js b/test/cypress/integration/route/routeExtendedList.spec.js index 231a9a6df..237729107 100644 --- a/test/cypress/integration/route/routeExtendedList.spec.js +++ b/test/cypress/integration/route/routeExtendedList.spec.js @@ -1,4 +1,4 @@ -describe.skip('Route extended list', () => { +describe('Route extended list', () => { const getSelector = (colField) => `tr:last-child > [data-col-field="${colField}"]`; const selectors = {