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 |
- |
|
|