Bugzilla – Attachment 144008 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), 989 bytes, created by
Martin Renvoize (ashimema)
on 2022-11-17 15:30:29 UTC
(
hide
)
Description:
Bug 32131: Make sure we login before we restore original pref's value
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-11-17 15:30:29 UTC
Size:
989 bytes
patch
obsolete
>From a7e3f4673ae1fb632e44b908e17a987bc0643b1e 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> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > 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 3e8f064514..968d3f09cf 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.20.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