Bugzilla – Attachment 149182 Details for
Bug 33066
We need a KohaTable Vue component
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33066: Fix cypress tests
Bug-33066-Fix-cypress-tests.patch (text/plain), 1.47 KB, created by
Jonathan Druart
on 2023-04-05 07:23:08 UTC
(
hide
)
Description:
Bug 33066: Fix cypress tests
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-04-05 07:23:08 UTC
Size:
1.47 KB
patch
obsolete
>From 2274ac202564c92e9049335bba79874c488c5320 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 17 Mar 2023 16:20:27 +0100 >Subject: [PATCH] Bug 33066: Fix cypress tests >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com> > >Signed-off-by: AgustÃn Moyano <agustinmoyano@theke.io> >--- > t/cypress/integration/Packages_spec.ts | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/t/cypress/integration/Packages_spec.ts b/t/cypress/integration/Packages_spec.ts >index f5f6be5c4ed..f44cedf96d0 100644 >--- a/t/cypress/integration/Packages_spec.ts >+++ b/t/cypress/integration/Packages_spec.ts >@@ -235,7 +235,7 @@ describe("Package CRUD operations", () => { > ); > // There are no resources, the table should not be displayed > cy.contains("Titles (0)"); >- cy.get("#table#title_list").should("not.exist"); >+ cy.get("#title_list_result table").should("not.exist"); > > // List resources > cy.intercept("GET", "/api/v1/erm/eholdings/local/packages/*", { >@@ -269,7 +269,7 @@ describe("Package CRUD operations", () => { > cy.contains("Titles (1)"); > cy.wait("@get-resource"); > cy.wait(500); >- cy.get("table#title_list").contains("A great title"); >+ cy.get("#title_list_result table").contains("A great title"); > }); > > it("Delete package", () => { >-- >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 33066
:
147352
|
147353
|
147354
|
147692
|
147693
|
147694
|
147713
|
147846
|
147847
|
147848
|
147849
|
147850
|
147851
|
147852
|
147853
|
147855
|
147856
|
147857
|
147858
|
147862
|
147865
|
147902
|
147903
|
147904
|
147905
|
147906
|
147907
|
147908
|
147909
|
147910
|
147911
|
147912
|
147913
|
147914
|
147915
|
147916
|
147917
|
147918
|
147921
|
147922
|
147923
|
147925
|
147926
|
147928
|
147957
|
147960
|
147971
|
147972
|
148718
|
149158
|
149159
|
149160
|
149161
|
149162
|
149163
|
149164
|
149165
|
149166
|
149167
|
149168
|
149169
|
149170
|
149171
|
149172
|
149173
|
149174
|
149175
|
149176
|
149177
|
149178
|
149179
|
149180
|
149181
| 149182 |
149183