[CST-4875] Fix related page using the complete url

This commit is contained in:
Giuseppe Digilio
2022-01-26 16:40:39 +01:00
parent ed6cb04de4
commit d156e01517
6 changed files with 31 additions and 11 deletions

View File

@@ -7,7 +7,8 @@ export const MockWindow = {
get href() {
return this._href;
}
}
},
origin: 'http://localhost'
};
export class NativeWindowRefMock {