Bugzilla – Attachment 143940 Details for
Bug 32131
Cypress tests are failing if ERMModule is off
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32131: Make sure we login before we restore original pref's value
Bug-32131-Make-sure-we-login-before-we-restore-ori.patch (text/plain), 926 bytes, created by
Jonathan Druart
on 2022-11-16 08:04:49 UTC
(
hide
)
Description:
Bug 32131: Make sure we login before we restore original pref's value
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-11-16 08:04:49 UTC
Size:
926 bytes
patch
obsolete
>From 289d156eba3cc8ecc693fc445985fa919cb921b6 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 16 Nov 2022 08:59:13 +0100 >Subject: [PATCH] Bug 32131: Make sure we login before we restore original > pref's value > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > t/cypress/support/commands.js | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/t/cypress/support/commands.js b/t/cypress/support/commands.js >index 3e8f0645147..968d3f09cf8 100644 >--- a/t/cypress/support/commands.js >+++ b/t/cypress/support/commands.js >@@ -59,5 +59,6 @@ Cypress.Commands.add('fetch_initial_ERM_sys_pref_value', () => { > }) > > Cypress.Commands.add('reset_initial_ERM_sys_pref_value', () => { >+ cy.login("koha", "koha"); > cy.set_ERM_sys_pref_value(Cypress.env("initial_ERM_Module_sys_pref_value")); >-}) >\ No newline at end of file >+}) >-- >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 32131
:
143803
|
143938
|
143939
|
143940
|
143941
|
144006
|
144007
|
144008
|
144009