https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10190 --- Comment #680 from Victor Grousset/tuxayo <victor@tuxayo.net> --- Comment on attachment 196868 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196868 Bug 10190: fix failing Permissions.t and overhaul CirculationTriggers Cypress spec Review of attachment 196868: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=10190&attachment=196868) ----------------------------------------------------------------- ::: t/Koha/Auth/Permissions.t @@ +25,5 @@
use_ok('Koha::Auth::Permissions');
+# Remove the deprecated edit_notice_status_triggers permission (bug 10190). +# It may still be present in DBs that pre-date the atomic update. +C4::Context->dbh->do(q|DELETE FROM permissions WHERE code = 'edit_notice_status_triggers'|);
Is there a valid scenario with ending up of running tests on a non upgraded DB? Besides the test file isn't in db_dependent so it's supposed to be able to run without the DB started. (it doesn't run, even without these changes, so that issue was there before ^^") -- You are receiving this mail because: You are watching all bug changes.