MDL-47065 behat: improve verificaton of lack of note

This commit is contained in:
Jun Pataleta
2015-11-12 09:57:40 +00:00
committed by Dan Poltawski
parent 64a5038847
commit 0084e7efd7
+7 -2
View File
@@ -37,5 +37,10 @@ Feature: Add notes to course participants
And I follow "Participants"
And I follow "Student 2"
And I follow "Notes"
# Terrible way to verify the absence of a note..
And I should not see "Teacher" in the "region-main" "region"
And I follow "Course 1"
And I follow "Participants"
And I follow "Notes"
Then I should see "Student 1"
And I should see "Student 1 needs to pick up his game"
# Verify Student 2 does not have a note added.
And I should not see "Student 2"