From 2c4e7831ae1124fec88405ff16a6a6dab41390aa 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 Signed-off-by: Nick Clemens --- 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 5d8c943c7c7..a53974f2560 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