Bugzilla – Attachment 183864 Details for
Bug 40051
cy.wait(delay) should not be used in Cypress tests
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40051: Remove 'only' from KohaTable_spec.ts
Bug-40051-Remove-only-from-KohaTablespects.patch (text/plain), 1.05 KB, created by
Pedro Amorim
on 2025-07-08 14:31:23 UTC
(
hide
)
Description:
Bug 40051: Remove 'only' from KohaTable_spec.ts
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2025-07-08 14:31:23 UTC
Size:
1.05 KB
patch
obsolete
>From 27d124052d6ed65864c5f32a7eb56c96c12022fb Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@openfifth.co.uk> >Date: Tue, 8 Jul 2025 13:59:20 +0000 >Subject: [PATCH] Bug 40051: Remove 'only' from KohaTable_spec.ts > >Signed-off-by: Pedro Amorim <pedro.amorim@openfifth.co.uk> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 40051
:
182905
|
183835
|
183836
|
183863
|
183864
|
184999
|
185000