26 test failures to go :D
This commit is contained in:
@@ -69,7 +69,7 @@ describe('Login', function() {
|
||||
});
|
||||
|
||||
it('should show form without change server link when custom URLs disabled', function() {
|
||||
jest.spyOn(SdkConfig, "get").returns({
|
||||
jest.spyOn(SdkConfig, "get").mockReturnValue({
|
||||
disable_custom_urls: true,
|
||||
});
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ describe('Registration', function() {
|
||||
});
|
||||
|
||||
it('should show form when custom URLs disabled', function() {
|
||||
jest.spyOn(SdkConfig, "get").returns({
|
||||
jest.spyOn(SdkConfig, "get").mockReturnValue({
|
||||
disable_custom_urls: true,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user