We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9cdb34 commit 340c1d0Copy full SHA for 340c1d0
app/src/App/tests/App.test.tsx
@@ -242,7 +242,7 @@ describe('App - authenticated', () => {
242
`${LIST_COMMODITY_URL}?${viewDetailsQuery}=1`
243
);
244
wrapper.update();
245
- expect(wrapper.find('ViewDetails')).toHaveLength(1);
+ expect(wrapper.find('ViewDetailsWrapper')).toHaveLength(1);
246
247
// go to new resource page
248
(wrapper.find('Router').prop('history') as RouteComponentProps['history']).push(
app/src/configs/__mocks__/env.ts
@@ -44,3 +44,5 @@ export const ENABLE_QUEST = true;
44
export const BACKEND_ACTIVE = false;
45
46
export const ENABLE_FHIR_USER_MANAGEMENT = true;
47
+
48
+export const COMMODITIES_LIST_RESOURCE_ID = 'ad';
0 commit comments