[ARVADOS-WORKBENCH2] updated: 1.4.1-434-g4361d82d

Git user git at public.arvados.org
Mon Sep 28 15:24:03 UTC 2020


Summary of changes:
 src/common/redirect-to.test.ts | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

       via  4361d82d939fb3d8d6009b6bdfb66922634ba005 (commit)
      from  f15181b0b69599cc33385d4af2f1a60de087882b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 4361d82d939fb3d8d6009b6bdfb66922634ba005
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date:   Mon Sep 28 17:23:21 2020 +0200

    16812: Added unit test fix
    
    Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla at contractors.roche.com>

diff --git a/src/common/redirect-to.test.ts b/src/common/redirect-to.test.ts
index 24eaada8..94000a98 100644
--- a/src/common/redirect-to.test.ts
+++ b/src/common/redirect-to.test.ts
@@ -12,7 +12,8 @@ describe('redirect-to', () => {
             Object.defineProperty(window, 'location', {
                 value: {
                     href: `${window.location.href}?redirectTo=${redirectTo}`
-                }
+                },
+                writable: true
             });
             Object.defineProperty(window, 'sessionStorage', {
                 value: {
@@ -36,7 +37,8 @@ describe('redirect-to', () => {
             Object.defineProperty(window, 'location', {
                 value: {
                     href: ''
-                }
+                },
+                writable: true
             });
             Object.defineProperty(window, 'sessionStorage', {
                 value: {

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list