Bugzilla – Attachment 155231 Details for
Bug 34690
Cypress - Fix random failure in Dialog_spec.ts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34690: Make the test fail consistently
Bug-34690-Make-the-test-fail-consistently.patch (text/plain), 1.11 KB, created by
Tomás Cohen Arazi (tcohen)
on 2023-09-05 17:26:19 UTC
(
hide
)
Description:
Bug 34690: Make the test fail consistently
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2023-09-05 17:26:19 UTC
Size:
1.11 KB
patch
obsolete
>From 1d50b042e88bb7d9d515d0014e08776d6417fc9a Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 1 Sep 2023 15:18:08 +0200 >Subject: [PATCH] Bug 34690: Make the test fail consistently > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >Edit: I amended the commit title >--- > t/cypress/integration/ERM/Dialog_spec.ts | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/t/cypress/integration/ERM/Dialog_spec.ts b/t/cypress/integration/ERM/Dialog_spec.ts >index d09fe8ce100..88fb877e24d 100644 >--- a/t/cypress/integration/ERM/Dialog_spec.ts >+++ b/t/cypress/integration/ERM/Dialog_spec.ts >@@ -84,6 +84,7 @@ describe("Dialog operations", () => { > }); > cy.get("#packages_add").contains("Submit").click(); > cy.get("main div[class='dialog message']").contains("Package created"); >+ cy.get("#package_list_result").should("exist"); > cy.get("main div[class='dialog message']").should("have.length", 1); > > cy.intercept("GET", "/api/v1/erm/eholdings/local/titles*", { >-- >2.42.0
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 34690
:
155113
|
155115
|
155116
| 155231 |
155232