mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
Merge branch 'wip-mdl-49708' of https://github.com/rajeshtaneja/moodle
This commit is contained in:
commit
862ce9fdee
3 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue