MDL-48682 behat: Changing window size on specific tests

This commit is contained in:
David Monllao
2015-03-06 11:03:17 +08:00
parent f4a201cdf2
commit 69023cd3e9
2 changed files with 2 additions and 0 deletions
@@ -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"
@@ -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"