From 9deb358ddad30d70d9b7454be07796afa8476db2 Mon Sep 17 00:00:00 2001 From: Tim Hunt Date: Thu, 21 May 2015 15:56:35 +0100 Subject: [PATCH] MDL-47494 ddmarker: Fix behat failures. --- question/type/ddmarker/tests/behat/preview.feature | 2 ++ 1 file changed, 2 insertions(+) diff --git a/question/type/ddmarker/tests/behat/preview.feature b/question/type/ddmarker/tests/behat/preview.feature index a4f345a6c81..a46d14b19da 100644 --- a/question/type/ddmarker/tests/behat/preview.feature +++ b/question/type/ddmarker/tests/behat/preview.feature @@ -36,6 +36,7 @@ Feature: Preview a drag-drop onto image question And I press "Submit and finish" Then the state of "Please place the markers on the map of Milton Keynes" 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. @@ -46,3 +47,4 @@ Feature: Preview a drag-drop onto image question And I press "Submit and finish" Then the state of "Please place the markers on the map of Milton Keynes" question is shown as "Partially correct" And I should see "Mark 0.25 out of 1.00" + And I switch to the main window -- 2.17.1