Skip to content

Commit dc51be9

Browse files
committed
snapshot problem fixed
1 parent 8e59fd4 commit dc51be9

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

__tests__/__snapshots__/enzyme.test.tsx.snap

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,6 +644,11 @@ exports[`Test the BottomTabs component Matches snapshot 1`] = `
644644
size="small"
645645
>
646646
<WithStyles(ForwardRef(Select))
647+
MenuProps={
648+
Object {
649+
"disablePortal": true,
650+
}
651+
}
647652
className="makeStyles-projectSelector-12"
648653
id="demo-simple-select"
649654
labelId="project-type-label"
@@ -684,7 +689,11 @@ exports[`Test the BottomTabs component Matches snapshot 1`] = `
684689
</WithStyles(ForwardRef(FormControl))>
685690
</div>
686691
</Styled(MuiBox)>
687-
<CreationPanel />
692+
<div
693+
className="tab-content"
694+
>
695+
<CreationPanel />
696+
</div>
688697
</div>
689698
`;
690699

0 commit comments

Comments
 (0)