-
Type:
Task
-
Resolution: Fixed
-
Priority:
L3 - Default
-
Affects Version/s: None
-
Component/s: frontend
-
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
-