Bugzilla – Attachment 183121 Details for
Bug 38899
Allow the Vue toolbar to be sticky
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38899: Fix cypress tests
Bug-38899-Fix-cypress-tests.patch (text/plain), 1.71 KB, created by
Jonathan Druart
on 2025-06-10 09:32:00 UTC
(
hide
)
Description:
Bug 38899: Fix cypress tests
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-06-10 09:32:00 UTC
Size:
1.71 KB
patch
obsolete
>From 61b6351c6da704e33c6ac8a08330976cbb4b30f7 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 12 May 2025 09:45:14 +0200 >Subject: [PATCH] Bug 38899: Fix cypress tests > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > t/cypress/integration/Acquisitions/Vendors_spec.ts | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/t/cypress/integration/Acquisitions/Vendors_spec.ts b/t/cypress/integration/Acquisitions/Vendors_spec.ts >index 23142dd346a..43a073d2d34 100644 >--- a/t/cypress/integration/Acquisitions/Vendors_spec.ts >+++ b/t/cypress/integration/Acquisitions/Vendors_spec.ts >@@ -38,7 +38,7 @@ describe("Vendor CRUD operations", () => { > cy.get("h1").contains("Add vendor"); > > // Fill in the form for normal attributes >- cy.get("#vendors_add").contains("Save").click(); >+ cy.get("#toolbar").contains("Save").click(); > cy.get("input:invalid,textarea:invalid,select:invalid").should( > "have.length", > 1 >@@ -114,7 +114,7 @@ describe("Vendor CRUD operations", () => { > statusCode: 201, > body: vendor, > }); >- cy.get("#vendors_add").contains("Save").click(); >+ cy.get("#toolbar").contains("Save").click(); > cy.get("main div[class='alert alert-info']").contains("Vendor created"); > }); > >@@ -153,7 +153,7 @@ describe("Vendor CRUD operations", () => { > statusCode: 200, > body: vendor, > }); >- cy.get("#vendors_add").contains("Save").click(); >+ cy.get("#toolbar").contains("Save").click(); > cy.get("main div[class='alert alert-info']").contains("Vendor updated"); > }); > >-- >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 38899
:
176545
|
176546
|
181822
|
181823
|
181851
|
181852
|
181965
|
182151
|
182249
|
182250
|
182255
|
182449
|
182580
|
182646
|
182973
|
182974
|
182975
|
182976
|
182977
|
182978
|
182979
|
182980
|
183114
|
183115
|
183116
|
183117
|
183118
|
183119
|
183120
| 183121