From a962c705f098c5cfa9431e6b084853183af3e31c Mon Sep 17 00:00:00 2001 From: Huong Nguyen Date: Thu, 27 May 2021 15:29:07 +0700 Subject: [PATCH] MDL-71145 qtype_ddmarker: Fix Behat failure --- question/type/ddmarker/tests/behat/preview.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/question/type/ddmarker/tests/behat/preview.feature b/question/type/ddmarker/tests/behat/preview.feature index b2134841a39..2bf86b85e82 100644 --- a/question/type/ddmarker/tests/behat/preview.feature +++ b/question/type/ddmarker/tests/behat/preview.feature @@ -65,8 +65,8 @@ Feature: Preview a drag-drop marker question And I drag "OU" to "345,230" in the drag and drop markers question And I drag "Railway station" to "262,197" in the drag and drop markers question And I drag "Railway station" to "334,319" in the drag and drop markers question - And I change window size to "360x640" - And I drag "Railway station" to "165,75" in the drag and drop markers question + And I change viewport size to "640x640" + And I drag "Railway station" to "200,85" in the drag and drop markers 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"