Bugzilla – Attachment 149199 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
Pedro Amorim
on 2023-04-05 12:19:23 UTC
(
hide
)
Description:
Bug 33416: Fix Agreements.ts
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2023-04-05 12:19:23 UTC
Size:
1.27 KB
patch
obsolete
>From b5c6b6a085b4223cc1d242a23a9cfa705a2d191c 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.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 33416
:
149187
|
149199
|
149870
|
149871