Skip to content

Commit

Permalink
No longer test whether we find text in spans nested in option tags (#692
Browse files Browse the repository at this point in the history
)

Fixes #691

[ci skip]
  • Loading branch information
fhoeben authored Dec 8, 2024
1 parent d50c48c commit d55ad58
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,33 +23,6 @@ Test
<option>4</option>
</select>
</label>

<label>Nested empty option
<select id="3">
<option><span></span></option>
<option>2</option>
<option>3</option>
<option>4</option>
</select>
</label>

<label>Nested whitespace option
<select id="4">
<option><span> </span></option>
<option>2</option>
<option>3</option>
<option>4</option>
</select>
</label>

<label>Multiple nested whitespace options
<select id="5">
<option><span> <span> <span> </span></option>
<option>2</option>
<option>3</option>
<option>4</option>
</select>
</label>
</body>
</html>}}} }

Expand All @@ -70,9 +43,6 @@ Test
|seconds before timeout|1 |
|check select |id=1|with empty option|
|check select |id=2|with empty option|
|check select |id=3|with empty option|
|check select |id=4|with empty option|
|check select |id=5|with empty option|

|script|mock xml server setup|
|stop |
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,8 @@ This test ensures we can work with select boxes. We use a mock server running to
|check |value of |Options to choose |!-example3@example.com-! |
|select |example4@example.com |for |Complex options to choose |
|check |value of |Complex options to choose |!-example4@example.com-! is another to choose |
|select |first |for |Complex options to choose |
|check |value of |Complex options to choose |a mail to !-example1@example.com-! is the first option|
|select |to choose |for |Complex options to choose |
|check |value of |Complex options to choose |!-example4@example.com-! is another to choose |
|select |a mail to !-example1@example.com-! is the first option|for |Complex options to choose |
|check |value of |Complex options to choose |a mail to !-example1@example.com-! is the first option|
|check |value of |Multiple text nodes in an option|3rd option |
|select |Option text |for |Multiple text nodes in an option |
|check |value of |Multiple text nodes in an option|Option text |
Expand Down

0 comments on commit d55ad58

Please sign in to comment.