Skip to content

Commit fb47759

Browse files
authored
refactor(input): differentiating expected type for min and max (#4144)
* refactor(input): differentiating expected type for min and max * refactor: resilience * refactor: updated snapshots * refactor: extracted this method * refactor(input): added min and max properties (#4145)
1 parent 9159032 commit fb47759

File tree

16 files changed

+54
-16
lines changed

16 files changed

+54
-16
lines changed
Loading

__snapshots__/input/showcase/chromium-highContrast/should-have-same-aria-snapshot/DBInput-should-have-same-aria-snapshot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
- text: Label
9797
- textbox "Label"
9898
- status
99-
- link "Example - Types arrow_up_right\" / \""
99+
- link "Example - Types with min and max arrow_up_right\" / \""
100100
- text: Label
101101
- textbox "Label"
102102
- status
4.2 KB
Loading

__snapshots__/input/showcase/chromium/should-have-same-aria-snapshot/DBInput-should-have-same-aria-snapshot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
- text: Label
9797
- textbox "Label"
9898
- status
99-
- link "Example - Types arrow_up_right\" / \""
99+
- link "Example - Types with min and max arrow_up_right\" / \""
100100
- text: Label
101101
- textbox "Label"
102102
- status
22.4 KB
Loading

__snapshots__/input/showcase/firefox/should-have-same-aria-snapshot/DBInput-should-have-same-aria-snapshot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
- text: Label
9696
- textbox "Label"
9797
- status
98-
- link "Example - Types arrow_up_right\" / \""
98+
- link "Example - Types with min and max arrow_up_right\" / \""
9999
- text: Label
100100
- textbox "Label"
101101
- status
8.02 KB
Loading

__snapshots__/input/showcase/mobile-chrome/should-have-same-aria-snapshot/DBInput-should-have-same-aria-snapshot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
- text: Label
9797
- textbox "Label"
9898
- status
99-
- link "Example - Types arrow_up_right\" / \""
99+
- link "Example - Types with min and max arrow_up_right\" / \""
100100
- text: Label
101101
- textbox "Label"
102102
- status

__snapshots__/input/showcase/mobile-safari/should-have-same-aria-snapshot/DBInput-should-have-same-aria-snapshot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
- text: Label
9797
- textbox "Label"
9898
- status
99-
- link "Example - Types arrow_up_right\" / \""
99+
- link "Example - Types with min and max arrow_up_right\" / \""
100100
- text: Label
101101
- textbox "Label"
102102
- status

__snapshots__/input/showcase/webkit/should-have-same-aria-snapshot/DBInput-should-have-same-aria-snapshot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
- text: Label
9797
- textbox "Label"
9898
- status
99-
- link "Example - Types arrow_up_right\" / \""
99+
- link "Example - Types with min and max arrow_up_right\" / \""
100100
- text: Label
101101
- textbox "Label"
102102
- status

0 commit comments

Comments
 (0)