File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
packages/redux-devtools-ui/test/__snapshots__ Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -105,12 +105,12 @@ exports[`Form renders correctly 1`] = `
105105 type = " password"
106106 value = " noneed"
107107 />
108- <p
108+ <div
109109 class = " help-block"
110110 id = " root_password__help"
111111 >
112112 Hint: Make it strong!
113- </p >
113+ </div >
114114 </div >
115115 <div
116116 class = " form-group rjsf-field rjsf-field-array"
@@ -487,12 +487,12 @@ exports[`Form renders with no button 1`] = `
487487 type = " password"
488488 value = " noneed"
489489 />
490- <p
490+ <div
491491 class = " help-block"
492492 id = " root_password__help"
493493 >
494494 Hint: Make it strong!
495- </p >
495+ </div >
496496 </div >
497497 <div
498498 class = " form-group rjsf-field rjsf-field-array"
@@ -860,12 +860,12 @@ exports[`Form renders with primary button 1`] = `
860860 type = " password"
861861 value = " noneed"
862862 />
863- <p
863+ <div
864864 class = " help-block"
865865 id = " root_password__help"
866866 >
867867 Hint: Make it strong!
868- </p >
868+ </div >
869869 </div >
870870 <div
871871 class = " form-group rjsf-field rjsf-field-array"
You can’t perform that action at this time.
0 commit comments