Project

General

Profile

Bug #23957

Updated by Clark ANDRIANASOLO 5 months ago

Currently the @CurrentUser.set@ `CurrentUser.set` method that could change the user in the lift request session context does not work in yaml tests. 

 It is needed to test custom roles for the user (e.g. when checking rights for change requests workflows), so we should be able to specify the user details when running a set of yaml tests.

Back