View | Details | Raw Unified | Return to bug 21956
Collapse All | Expand All

(-)a/t/db_dependent/selenium/regressions.t (-3 / +2 lines)
Lines 185-192 subtest 'Display circulation table correctly' => sub { Link Here
185
};
185
};
186
186
187
END {
187
END {
188
    C4::Context->preference('SearchEngine', $SearchEngine_value);
188
    C4::Context->set_preference('SearchEngine', $SearchEngine_value);
189
    C4::Context->preference('AudioAlerts', $AudioAlerts_value);
189
    C4::Context->set_preference('AudioAlerts', $AudioAlerts_value);
190
    $_->delete for @cleanup;
190
    $_->delete for @cleanup;
191
};
191
};
192
192
193
- 

Return to bug 21956