[arvados-workbench2] updated: 2.5.0-2-g68abcff0
git repository hosting
git at public.arvados.org
Thu Jan 12 20:54:21 UTC 2023
Summary of changes:
src/views-components/main-app-bar/account-menu.test.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 68abcff0f925ea12c0d74efdafbd6c74db82ae3b (commit)
from ebbe5fdc661b279c5166dae75381442c2e37f1f1 (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 68abcff0f925ea12c0d74efdafbd6c74db82ae3b
Author: Stephen Smith <stephen at curii.com>
Date: Thu Jan 12 15:54:02 2023 -0500
19715: Fix unit test
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>
diff --git a/src/views-components/main-app-bar/account-menu.test.tsx b/src/views-components/main-app-bar/account-menu.test.tsx
index f0316e34..1d7b77ac 100644
--- a/src/views-components/main-app-bar/account-menu.test.tsx
+++ b/src/views-components/main-app-bar/account-menu.test.tsx
@@ -43,7 +43,7 @@ describe('<AccountMenu />', () => {
it('should dispatch a logout action when clicked', () => {
wrapper.find('[data-cy="logout-menuitem"]').simulate('click');
expect(props.dispatch).toHaveBeenCalledWith({
- payload: {deleteLinkData: true},
+ payload: {deleteLinkData: true, preservePath: false},
type: 'LOGOUT',
});
});
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list