Bugzilla – Attachment 149187 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.21 KB, created by
Jonathan Druart
on 2023-04-05 08:30:37 UTC
(
hide
)
Description:
Bug 33416: Fix Agreements.ts
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-04-05 08:30:37 UTC
Size:
1.21 KB
patch
obsolete
>From ddc3da3246d2c3c116d96a21fd384a5363adc08f 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. >--- > 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 b9319278583..afcab2d0d33 100644 >--- a/t/cypress/integration/ERM/Agreements_spec.ts >+++ b/t/cypress/integration/ERM/Agreements_spec.ts >@@ -372,6 +372,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.25.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