File tree Expand file tree Collapse file tree
packages/eslint-plugin/test/frameworks Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ exports[`Framework ESLint Integration > should lint Angular test file > angular-
120120 <db-custom-select [label]="'Select'"></db-custom-select>
121121
122122 <!-- db-ux/button-no-text-requires-tooltip -->
123- <db-button noText icon = " search " type = " button " >
123+ <db-button type = " submit " noText icon = " search " >
124124 <db-tooltip >Describe action</db-tooltip >
125125 <db-tooltip >Describe action</db-tooltip >
126126 <db-tooltip >Describe action</db-tooltip >
@@ -764,7 +764,7 @@ exports[`Framework ESLint Integration > should lint Vue test file > vue-fixed 1`
764764 <DBCustomSelect label = " Select" ></DBCustomSelect >
765765
766766 <!-- db-ux/button-no-text-requires-tooltip -->
767- <DBButton noText icon = " search " type = " submit " ></DBButton >
767+ <DBButton type = " submit " noText icon = " search " ></DBButton >
768768
769769 <!-- db-ux/button-type-required -->
770770 <DBButton type = " submit" >Missing type</DBButton >
Original file line number Diff line number Diff line change 1616 < db-custom-select [label] ="'Select' "> </ db-custom-select >
1717
1818 <!-- db-ux/button-no-text-requires-tooltip -->
19- < db-button noText icon ="search "> </ db-button >
19+ < db-button type =" submit " noText icon ="search "> </ db-button >
2020
2121 <!-- db-ux/button-type-required -->
2222 < db-button > Missing type</ db-button >
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ export const TestComponent = () => {
3636 < DBCustomSelect label = "Select" > </ DBCustomSelect >
3737
3838 { /* db-ux/button-no-text-requires-tooltip */ }
39- < DBButton noText icon = "search" > </ DBButton >
39+ < DBButton type = "submit" noText icon = "search" > </ DBButton >
4040
4141 { /* db-ux/button-type-required */ }
4242 < DBButton > Missing type</ DBButton >
Original file line number Diff line number Diff line change 1717 <DBCustomSelect label =" Select" ></DBCustomSelect >
1818
1919 <!-- db-ux/button-no-text-requires-tooltip -->
20- <DBButton noText icon =" search" ></DBButton >
20+ <DBButton type = " submit " noText icon =" search" ></DBButton >
2121
2222 <!-- db-ux/button-type-required -->
2323 <DBButton >Missing type</DBButton >
You can’t perform that action at this time.
0 commit comments