We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e59fd4 commit dc51be9Copy full SHA for dc51be9
__tests__/__snapshots__/enzyme.test.tsx.snap
@@ -644,6 +644,11 @@ exports[`Test the BottomTabs component Matches snapshot 1`] = `
644
size="small"
645
>
646
<WithStyles(ForwardRef(Select))
647
+ MenuProps={
648
+ Object {
649
+ "disablePortal": true,
650
+ }
651
652
className="makeStyles-projectSelector-12"
653
id="demo-simple-select"
654
labelId="project-type-label"
@@ -684,7 +689,11 @@ exports[`Test the BottomTabs component Matches snapshot 1`] = `
684
689
</WithStyles(ForwardRef(FormControl))>
685
690
</div>
686
691
</Styled(MuiBox)>
687
- <CreationPanel />
692
+ <div
693
+ className="tab-content"
694
+ >
695
+ <CreationPanel />
696
+ </div>
688
697
698
`;
699
0 commit comments