* Add basic store auth tests for redirect
* Define mixin tests
* Correct tests to cover all the cases correctly and ensure that this function works as expected
* Add scopes to the redirectTo request when testing the model
* Add unit tests for action test
* Add comment to save auth config method
* Correct unit tests
* Correct test to avoid the same term to be used for different parts
* Correct key value from scope to scopes to match existing implementation
* Update tests to use scopesJoinChar
* Add further tests for merging default scopes and UI scopes
* Add joinStringList function
* Correct scopes merging issues