File tree Expand file tree Collapse file tree 1 file changed +40
-8
lines changed
web-ui/src/pages/__snapshots__ Expand file tree Collapse file tree 1 file changed +40
-8
lines changed Original file line number Diff line number Diff line change @@ -455,16 +455,48 @@ exports[`renders correctly 1`] = `
455455 </div >
456456 </div >
457457 </div >
458- <button
459- class = " 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-sghohy-MuiButtonBase-root-MuiButton-root"
460- tabindex = " 0"
461- type = " button"
458+ <div
459+ class = " submit-row"
462460 >
463- Submit
464- <span
465- class = " MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
461+ <button
462+ class = " 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-sghohy-MuiButtonBase-root-MuiButton-root"
463+ style = " margin-top: 0px;"
464+ tabindex = " 0"
465+ type = " button"
466+ >
467+ Submit
468+ <span
469+ class = " MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
470+ />
471+ </button >
472+ <div
473+ style = " padding: .3rem;"
466474 />
467- </button >
475+ <label >
476+ <span
477+ class = " MuiButtonBase-root MuiCheckbox-root MuiCheckbox-colorPrimary MuiCheckbox-sizeMedium PrivateSwitchBase-root MuiCheckbox-root MuiCheckbox-colorPrimary MuiCheckbox-sizeMedium MuiCheckbox-root MuiCheckbox-colorPrimary MuiCheckbox-sizeMedium css-355xbt-MuiButtonBase-root-MuiCheckbox-root"
478+ >
479+ <input
480+ class = " PrivateSwitchBase-input css-1m9pwf3"
481+ data-indeterminate = " false"
482+ id = " submit-anonymously"
483+ type = " checkbox"
484+ />
485+ <svg
486+ aria-hidden = " true"
487+ class = " MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-i4bv87-MuiSvgIcon-root"
488+ data-testid = " CheckBoxOutlineBlankIcon"
489+ focusable = " false"
490+ viewBox = " 0 0 24 24"
491+ >
492+ <path
493+ d = " M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"
494+ />
495+ </svg >
496+ </span >
497+ Submit Anonymously
498+ </label >
499+ </div >
468500 </div >
469501</div >
470502` ;
You can’t perform that action at this time.
0 commit comments