From 69023cd3e907fd6565a93d883cee4eb4405b0293 Mon Sep 17 00:00:00 2001 From: David Monllao Date: Wed, 4 Mar 2015 10:57:54 +0800 Subject: [PATCH] MDL-48682 behat: Changing window size on specific tests --- mod/assign/feedback/editpdf/tests/behat/annotate_pdf.feature | 1 + .../feedback/editpdf/tests/behat/group_annotations.feature | 1 + 2 files changed, 2 insertions(+) diff --git a/mod/assign/feedback/editpdf/tests/behat/annotate_pdf.feature b/mod/assign/feedback/editpdf/tests/behat/annotate_pdf.feature index b49f6807877..d047b5c3186 100644 --- a/mod/assign/feedback/editpdf/tests/behat/annotate_pdf.feature +++ b/mod/assign/feedback/editpdf/tests/behat/annotate_pdf.feature @@ -131,6 +131,7 @@ Feature: In an assignment, teacher can annotate PDF files during grading And I follow "View/grade all submissions" And I click on "Grade" "link" in the "Student 2" "table_row" And I follow "Launch PDF editor..." + And I change window size to "large" And I click on ".stampbutton" "css_element" And I click on ".drawingcanvas" "css_element" And I click on "Close" "button" diff --git a/mod/assign/feedback/editpdf/tests/behat/group_annotations.feature b/mod/assign/feedback/editpdf/tests/behat/group_annotations.feature index 1bdb027afb1..31fc64fc490 100644 --- a/mod/assign/feedback/editpdf/tests/behat/group_annotations.feature +++ b/mod/assign/feedback/editpdf/tests/behat/group_annotations.feature @@ -53,6 +53,7 @@ Feature: In a group assignment, teacher can annotate PDF files for all users And I follow "View/grade all submissions" And I click on "Grade" "link" in the "Submitted for grading" "table_row" And I follow "Launch PDF editor..." + And I change window size to "large" And I click on ".navigate-next-button" "css_element" And I click on ".stampbutton" "css_element" And I click on ".drawingcanvas" "css_element"