debian-image-builder-frontend/src
Jacob Kozol 5f5476c83e test: fix testing-library/no-unnecessary-act error
We should avoid wrapping Testing Library util calls in 'act'. Most of
the Testing Library's functions are alread wrapped in an act so it is
unneccesary to double wrap them. Also remove unneccesarily setting
the activation key when clicking through steps since this will trigger
an async state update which causes react to complain about not being
wrapped in an act.
2022-01-05 11:51:55 -05:00
..
Components CreateImageWizard: move org id to custom component 2022-01-05 11:51:55 -05:00
store store: Drop unused pendingCompose section 2021-11-29 18:07:55 +01:00
test test: fix testing-library/no-unnecessary-act error 2022-01-05 11:51:55 -05:00
Utilities App: update app and routes 2021-11-18 19:06:56 +01:00
api.js store: add get all composes api call 2021-04-23 15:53:43 +02:00
App.js App: Drop permission check 2021-11-29 20:59:15 +01:00
App.scss package.json: Use dart-sass instead of node-sass 2021-06-14 16:40:15 +02:00
AppEntry.js Fix local development and use correct CSS prefixes. 2021-10-12 15:03:04 +02:00
bootstrap.js src: Adapt to insights-chrome 2.0 2021-05-06 11:26:41 +02:00
constants.js constants: Introduce RHEL_8 constant 2021-11-11 19:13:48 +01:00
entry.js src: Adapt to insights-chrome 2.0 2021-05-06 11:26:41 +02:00
entry.test.js copy from RedHatInsights/insights-frontend-starter-app template 2020-04-15 12:46:02 +02:00
index.html src: Change page title to Image Builder (#8) 2020-09-21 16:03:19 -05:00
Router.js Router: Replace landing with catch-all route 2021-11-30 16:12:43 +01:00