Bugzilla – Attachment 155113 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: Fix dialog_spec.ts
Bug-34690-Fix-dialogspects.patch (text/plain), 1.22 KB, created by
Pedro Amorim
on 2023-09-01 12:54:16 UTC
(
hide
)
Description:
Bug 34690: Fix dialog_spec.ts
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2023-09-01 12:54:16 UTC
Size:
1.22 KB
patch
obsolete
>From a149ef07d1e967220e4757ef3296692e0bda0b5c Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Fri, 1 Sep 2023 12:53:43 +0000 >Subject: [PATCH] Bug 34690: Fix dialog_spec.ts > >Run the tests, verify they fail >Apply this patch, run tests again, verify they now pass >--- > t/cypress/integration/ERM/Dialog_spec.ts | 8 ++++++++ > 1 file changed, 8 insertions(+) > >diff --git a/t/cypress/integration/ERM/Dialog_spec.ts b/t/cypress/integration/ERM/Dialog_spec.ts >index d09fe8ce10..61ab37db64 100644 >--- a/t/cypress/integration/ERM/Dialog_spec.ts >+++ b/t/cypress/integration/ERM/Dialog_spec.ts >@@ -82,6 +82,14 @@ describe("Dialog operations", () => { > statusCode: 201, > body: erm_package, > }); >+ cy.intercept("GET", "/api/v1/erm/eholdings/local/packages*", { >+ statusCode: 200, >+ body: [erm_package], >+ headers: { >+ "X-Base-Total-Count": "1", >+ "X-Total-Count": "1", >+ }, >+ }); > cy.get("#packages_add").contains("Submit").click(); > cy.get("main div[class='dialog message']").contains("Package created"); > cy.get("main div[class='dialog message']").should("have.length", 1); >-- >2.30.2
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