From 27d124052d6ed65864c5f32a7eb56c96c12022fb Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Tue, 8 Jul 2025 13:59:20 +0000 Subject: [PATCH] Bug 40051: Remove 'only' from KohaTable_spec.ts Signed-off-by: Pedro Amorim --- t/cypress/integration/KohaTable/KohaTable_spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/cypress/integration/KohaTable/KohaTable_spec.ts b/t/cypress/integration/KohaTable/KohaTable_spec.ts index 3d74754efaa..270a1981b63 100644 --- a/t/cypress/integration/KohaTable/KohaTable_spec.ts +++ b/t/cypress/integration/KohaTable/KohaTable_spec.ts @@ -288,7 +288,7 @@ describe("kohaTable (using REST API)", () => { }); }); - it.only("Jump to the configuration page", () => { + it("Jump to the configuration page", () => { cy.visit("/cgi-bin/koha/admin/branches.pl"); cy.get(`#${table_id}_wrapper .dt_button_configure_table`).click(); cy.url().should("contain", "module=admin"); -- 2.39.5