View | Details | Raw Unified | Return to bug 40051
Collapse All | Expand All

(-)a/t/cypress/integration/KohaTable/KohaTable_spec.ts (-2 / +1 lines)
Lines 288-294 describe("kohaTable (using REST API)", () => { Link Here
288
            });
288
            });
289
        });
289
        });
290
290
291
        it.only("Jump to the configuration page", () => {
291
        it("Jump to the configuration page", () => {
292
            cy.visit("/cgi-bin/koha/admin/branches.pl");
292
            cy.visit("/cgi-bin/koha/admin/branches.pl");
293
            cy.get(`#${table_id}_wrapper .dt_button_configure_table`).click();
293
            cy.get(`#${table_id}_wrapper .dt_button_configure_table`).click();
294
            cy.url().should("contain", "module=admin");
294
            cy.url().should("contain", "module=admin");
295
- 

Return to bug 40051