Skip to content

Commit cec9820

Browse files
committed
InnerBrowser: selectOption can match by text when option has no value attribute #5547
1 parent 921798f commit cec9820

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tests/data/app/view/form/bug5547.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<html>
2+
<body>
3+
<form action="/form/complex" method="POST">
4+
<select id="_payment_type" name="payment_type" required="" class="form-control">
5+
<option>За показы</option>
6+
<option>За размещение</option>
7+
<option>qwerty</option>
8+
</select>
9+
<input type="submit" value="Submit" />
10+
</form>
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)