diff --git a/lib/tests/behat/fixtures/dropdown_output_testpage.php b/lib/tests/behat/fixtures/dropdown_output_testpage.php index 55e4036fcfe..6ecc263b8e8 100644 --- a/lib/tests/behat/fixtures/dropdown_output_testpage.php +++ b/lib/tests/behat/fixtures/dropdown_output_testpage.php @@ -283,12 +283,11 @@ echo ''; echo '
'; echo "

Status JS controls

"; -echo '
+echo '
- -
'; + '; $choice = new core\output\choicelist('Dialog content'); $choice->add_option('option1', 'Option 1', [ 'description' => 'Option 1 description', @@ -312,7 +311,7 @@ $dialog = new core\output\local\dropdown\status( ], ); echo $OUTPUT->render($dialog); -echo '
'; +echo '
'; $inlinejs = <<