Skip to content

Commit 0139b9f

Browse files
authored
docs(readme): Remove duplicate "data-testid" from example (#291)
Having two "data-testid" attributes is invalid, so I assume this is a typo/leftover. Removing should simplify example and prevent possible confusion.
1 parent 2da8c71 commit 0139b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ For all other form elements, the value is matched using the same algorithm as in
781781
<input type="text" value="text" data-testid="input-text" />
782782
<input type="number" value="5" data-testid="input-number" />
783783
<input type="text" data-testid="input-empty" />
784-
<select data-testid="multiple" multiple data-testid="select-number">
784+
<select multiple data-testid="select-number">
785785
<option value="first">First Value</option>
786786
<option value="second" selected>Second Value</option>
787787
<option value="third" selected>Third Value</option>

0 commit comments

Comments
 (0)