Merge branch '18203-Support-setting-multi-properties-at-once' into main
[arvados-workbench2.git] / src / views-components / context-menu / actions / file-viewer-action.test.tsx
index fa455defed5b0fe6b509745e85c669f12650b565..23bc75ff43ef6fbca0ebe4e227d7d6b307470175 100644 (file)
@@ -2,9 +2,9 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-import * as React from 'react';
+import React from 'react';
 import { shallow, configure } from 'enzyme';
-import * as Adapter from 'enzyme-adapter-react-16';
+import Adapter from 'enzyme-adapter-react-16';
 import { FileViewerAction } from './file-viewer-action';
 
 configure({ adapter: new Adapter() });
@@ -15,7 +15,7 @@ describe('FileViewerAction', () => {
     beforeEach(() => {
         props = {
             onClick: jest.fn(),
-            href: 'https://collections.ardev.roche.com/c=ardev-4zz18-k0hamvtwyit6q56/t=1ha4ykd3w14ed19b2gh3uyjrjup38vsx27x1utwdne0bxcfg5d/LIMS/1.html',
+            href: 'https://collections.example.com/c=zzzzz-4zz18-k0hamvtwyit6q56/t=xxxxxxx/LIMS/1.html',
         };
     });