Bugzilla – Attachment 149870 Details for
Bug 33416
Agreements.ts is failing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33416: Fix Agreements.ts
Bug-33416-Fix-Agreementsts.patch (text/plain), 1.27 KB, created by
Tomás Cohen Arazi (tcohen)
on 2023-04-19 12:07:53 UTC
(
hide
)
Description:
Bug 33416: Fix Agreements.ts
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2023-04-19 12:07:53 UTC
Size:
1.27 KB
patch
obsolete
>From 3afdbe0dd09a4be6135b65cd7b6f4b8b435cea81 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 5 Apr 2023 10:29:01 +0200 >Subject: [PATCH] Bug 33416: Fix Agreements.ts > ><failure message="Timed out retrying after 10000ms: Expected to find element: `#agreements_list table tbody tr:first`, but never found it." type="AssertionError"><![CDATA[AssertionError: Timed out retrying a >fter 10000ms: Expected to find element: `#agreements_list table tbody tr:first`, but never found it. > >Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com> >--- > t/cypress/integration/ERM/Agreements_spec.ts | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/t/cypress/integration/ERM/Agreements_spec.ts b/t/cypress/integration/ERM/Agreements_spec.ts >index cd7689c31e2..52f3a370cec 100644 >--- a/t/cypress/integration/ERM/Agreements_spec.ts >+++ b/t/cypress/integration/ERM/Agreements_spec.ts >@@ -369,6 +369,7 @@ describe("Agreement CRUD operations", () => { > }, > }).as("get-single-agreement-search-result"); > cy.visit("/cgi-bin/koha/erm/agreements"); >+ cy.wait("@get-single-agreement-search-result"); > > // Intercept request after edit click > cy.intercept("GET", "/api/v1/erm/agreements/*", agreement).as( >-- >2.34.1
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 33416
:
149187
|
149199
| 149870 |
149871