-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
S
The first line of every test of the ReportEdit tests currently looks like this:
const node = shallow(<ReportEdit report={report} />).dive();
I would like it to look like this:
const node = shallow(<ReportEdit {...props} />);
because that would be more consistent with how we do it in other tests. The props should contain a mock of the mightFail prop. Maybe we can use the OverviewStore.test as reference
This is the controller panel for Smart Panels app
- is related to
-
OPT-2212 Incomplete data warning appears before visualization is not selected
- Done