From 09fe4eba87d347d5fb88db0ce019c369060bac78 Mon Sep 17 00:00:00 2001 From: Simey Lameze Date: Fri, 17 Mar 2017 10:33:40 +0800 Subject: [PATCH] MDL-58265 mod_assign: remove references to collapsibleregioncaption Part of MDL-55611 epic. --- mod/assign/tests/behat/grading_status.feature | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/mod/assign/tests/behat/grading_status.feature b/mod/assign/tests/behat/grading_status.feature index 384066db6f1..6c97b659eaa 100644 --- a/mod/assign/tests/behat/grading_status.feature +++ b/mod/assign/tests/behat/grading_status.feature @@ -30,8 +30,6 @@ Feature: View the grading status of an assignment And I log out # Add a submission. And I log in as "student1" - And I click on ".collapsibleregioncaption" "css_element" - And I should see "Not marked" And I am on "Course 1" course homepage When I follow "Test assignment name" Then I should not see "Feedback" @@ -40,9 +38,6 @@ Feature: View the grading status of an assignment And I set the following fields to these values: | Online text | I'm the student's first submission | And I press "Save changes" - And I am on homepage - And ".collapsibleregioncaption" "css_element" should not exist - And I should not see "Not marked" And I log out # Mark the submission. And I log in as "teacher1" @@ -68,9 +63,6 @@ Feature: View the grading status of an assignment And I follow "Test assignment name" And I should see "In review" in the "Grading status" "table_row" And I should not see "Great job! Lol, not really." - And I am on homepage - And ".collapsibleregioncaption" "css_element" should not exist - And I should not see "In review" And I log out # Mark the submission again but set the marking workflow to 'Released'. And I log in as "teacher1" @@ -93,9 +85,6 @@ Feature: View the grading status of an assignment And I follow "Test assignment name" And I should see "Released" in the "Grading status" "table_row" And I should see "Great job! Lol, not really." - And I am on homepage - And ".collapsibleregioncaption" "css_element" should not exist - And I should not see "Released" And I log out # Now, change the status from 'Released' to 'In marking' (this will remove the grade from the gradebook). And I log in as "teacher1" @@ -129,8 +118,6 @@ Feature: View the grading status of an assignment And I log out # Add a submission. And I log in as "student1" - When I click on ".collapsibleregioncaption" "css_element" - Then I should see "Not graded" And I am on "Course 1" course homepage And I follow "Test assignment name" And I should not see "Feedback" @@ -162,7 +149,4 @@ Feature: View the grading status of an assignment And I follow "Test assignment name" And I should see "Graded" in the "Grading status" "table_row" And I should see "Great job! Lol, not really." - And I am on homepage - And ".collapsibleregioncaption" "css_element" should not exist - And I should not see "Graded" And I log out