This commit is contained in:
Eloy Lafuente (stronk7) 2015-03-30 13:16:17 +02:00
commit 862ce9fdee
3 changed files with 4 additions and 1 deletions

View file

@ -57,6 +57,8 @@ Feature: In a group assignment, teacher can annotate PDF files for all users
And I click on ".navigate-next-button" "css_element"
And I click on ".stampbutton" "css_element"
And I click on ".drawingcanvas" "css_element"
And I change window size to "medium"
And I wait until the page is ready
And I click on "Close" "button"
And I press "Save changes"
And I should see "The grade changes were saved"

View file

@ -110,6 +110,8 @@ Feature: Glossary entries can be organised in categories
And I should see "2 Entries" in the "CategoryAutoLinks" "table_row"
And I click on "Delete" "link" in the "CategoryAutoLinks" "table_row"
And I press "Yes"
And I wait to be redirected
And I follow "MyGlossary"
And I follow "Browse by category"
And I should see "EntryCategoryNL"
And I should not see "EntryNoCategory"

View file

@ -48,7 +48,6 @@ Feature: Glossary entries can be searched or browsed by alphabet, category, date
And I press "Search"
Then I should see "Sweet cucumber"
And I should see "Search: cucumber"
And I follow "Browse by alphabet"
And I click on "E" "link" in the ".entrybox" "css_element"
And I should see "Sour eggplants"
And I should not see "Sweet cucumber"