Bugzilla – Attachment 183823 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.61 KB, created by
Jonathan Druart
on 2025-07-07 08:52:41 UTC
(
hide
)
Description:
Bug 38899: Fix Cypress tests
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-07-07 08:52:41 UTC
Size:
1.61 KB
patch
obsolete
>From 336ba00355baa5ec8ec71749557740aa34d936c8 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 7 Jul 2025 10:52:08 +0200 >Subject: [PATCH] Bug 38899: Fix Cypress tests > >--- > t/cypress/integration/ERM/DataProviders_spec.ts | 2 +- > t/cypress/integration/ERM/UsageReports_spec.ts | 4 +++- > 2 files changed, 4 insertions(+), 2 deletions(-) > >diff --git a/t/cypress/integration/ERM/DataProviders_spec.ts b/t/cypress/integration/ERM/DataProviders_spec.ts >index 9c2ba4ecc5a..f3cacef726c 100644 >--- a/t/cypress/integration/ERM/DataProviders_spec.ts >+++ b/t/cypress/integration/ERM/DataProviders_spec.ts >@@ -636,7 +636,7 @@ describe("Data provider tab options", () => { > } > ); > >- cy.get("#files > form > fieldset > input[type=submit]").click(); >+ cy.get("#files > form > fieldset > button").click(); > > cy.get("main div[class='alert alert-info']").should( > "have.text", >diff --git a/t/cypress/integration/ERM/UsageReports_spec.ts b/t/cypress/integration/ERM/UsageReports_spec.ts >index ddd5402299f..fb237a0fb13 100644 >--- a/t/cypress/integration/ERM/UsageReports_spec.ts >+++ b/t/cypress/integration/ERM/UsageReports_spec.ts >@@ -105,7 +105,9 @@ describe("Saved reports", () => { > { force: true } > ); > >- cy.get("#report_builder .default-report .action input").click(); >+ cy.get("#report_builder .default-report .action button") >+ .contains("Submit") >+ .click(); > > cy.url({ decode: true }).then(url => { > const urlParams = url.split("viewer?")[1].split("data=")[1]; >-- >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
| 183823