File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
src/ui/widgets/ActionButton/__snapshots__ Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 22
33exports [` <ActionButton /> > it matches the snapshot 1` ] = `
44<button
5- className = " MuiButtonBase-root MuiButton-root MuiButton-contained MuiButton-containedPrimary MuiButton-sizeMedium MuiButton-containedSizeMedium MuiButton-colorPrimary MuiButton-root MuiButton-contained MuiButton-containedPrimary MuiButton-sizeMedium MuiButton-containedSizeMedium MuiButton-colorPrimary css-kpvziq -MuiButtonBase-root-MuiButton-root"
5+ className = " MuiButtonBase-root MuiButton-root MuiButton-contained MuiButton-containedPrimary MuiButton-sizeMedium MuiButton-containedSizeMedium MuiButton-colorPrimary MuiButton-fullWidth MuiButton- root MuiButton-contained MuiButton-containedPrimary MuiButton-sizeMedium MuiButton-containedSizeMedium MuiButton-colorPrimary MuiButton-fullWidth css-13zohxw -MuiButtonBase-root-MuiButton-root"
66 disabled = { false }
77 onBlur = { [Function ]}
88 onClick = { [MockFunction spy ]}
@@ -20,6 +20,17 @@ exports[`<ActionButton /> > it matches the snapshot 1`] = `
2020 tabIndex = { 0 }
2121 type = " button"
2222>
23- hello
23+ <span
24+ style = {
25+ {
26+ " display" : " block" ,
27+ " textOverflow" : " ellipsis" ,
28+ " transform" : " rotation(0deg)" ,
29+ " whiteSpace" : " nowrap" ,
30+ }
31+ }
32+ >
33+ hello
34+ </span >
2435</button >
2536` ;
You can’t perform that action at this time.
0 commit comments