Skip to content

Commit

Permalink
DocumentationsFormsTest: Change expected html of selectElement's option
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhwinder33445 committed Nov 30, 2022
1 parent 9fee083 commit 7efb211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/DocumentationFormsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function testSelectElement()

$this->assertHtml(
'<select name="customer" class="important customer" id="customer-field">'
. '<option value="">Please choose</option>'
. '<option selected="selected">Please choose</option>'
. '<option value="1">The one</option>'
. '<option value="4">Four</option>'
. '<option value="5">Hi five</option>'
Expand Down

0 comments on commit 7efb211

Please sign in to comment.