From be1ce906b5032f29c6f4c2635961b8b1cfa45137 Mon Sep 17 00:00:00 2001 From: Tim Hunt Date: Thu, 21 May 2015 15:58:55 +0100 Subject: [PATCH] MDL-47494 ddimageortext: Fix behat failures. --- question/type/ddimageortext/tests/behat/preview.feature | 2 ++ 1 file changed, 2 insertions(+) diff --git a/question/type/ddimageortext/tests/behat/preview.feature b/question/type/ddimageortext/tests/behat/preview.feature index 5fd5954229f..70061d224ee 100644 --- a/question/type/ddimageortext/tests/behat/preview.feature +++ b/question/type/ddimageortext/tests/behat/preview.feature @@ -40,6 +40,7 @@ Feature: Preview a drag-drop onto image question And I press "Submit and finish" Then the state of "Identify the features" question is shown as "Correct" And I should see "Mark 1.00 out of 1.00" + And I switch to the main window @javascript Scenario: Preview a question using the keyboard. @@ -56,3 +57,4 @@ Feature: Preview a drag-drop onto image question And I press "Submit and finish" Then the state of "Identify the features" question is shown as "Correct" And I should see "Mark 1.00 out of 1.00" + And I switch to the main window -- 2.43.0