mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-70197 navigation: Update classic goutte tests
This commit is contained in:
parent
cee0949109
commit
f65b92577a
9 changed files with 38 additions and 26 deletions
|
@ -24,13 +24,13 @@ Feature: Use the qbank plugin manager page for deletequestion
|
|||
And I click on "Disable" "link" in the "Delete question" "table_row"
|
||||
And I am on the "Test quiz" "quiz activity" page
|
||||
And I navigate to "Question bank > Questions" in current page administration
|
||||
And I click on "#action-menu-toggle-1" "css_element" in the "First question" "table_row"
|
||||
And I click on ".dropdown-toggle" "css_element" in the "First question" "table_row"
|
||||
Then I should not see "Delete" in the "region-main" "region"
|
||||
And I navigate to "Plugins > Question bank plugins > Manage question bank plugins" in site administration
|
||||
And I click on "Enable" "link" in the "Delete question" "table_row"
|
||||
And I am on the "Test quiz" "quiz activity" page
|
||||
And I navigate to "Question bank > Questions" in current page administration
|
||||
And I click on "#action-menu-toggle-1" "css_element" in the "First question" "table_row"
|
||||
And I click on ".dropdown-toggle" "css_element" in the "First question" "table_row"
|
||||
And I should see "Delete" in the "region-main" "region"
|
||||
|
||||
@javascript
|
||||
|
|
|
@ -23,11 +23,11 @@ Feature: Use the qbank plugin manager page for exporttoxml
|
|||
And I click on "Disable" "link" in the "Export to XML" "table_row"
|
||||
And I am on the "Test quiz" "quiz activity" page
|
||||
And I navigate to "Question bank" in current page administration
|
||||
And I click on "#action-menu-toggle-1" "css_element" in the "First question" "table_row"
|
||||
And I click on ".dropdown-toggle" "css_element" in the "First question" "table_row"
|
||||
Then I should not see "Export as Moodle XML"
|
||||
And I navigate to "Plugins > Question bank plugins > Manage question bank plugins" in site administration
|
||||
And I click on "Enable" "link" in the "Export to XML" "table_row"
|
||||
And I am on the "Test quiz" "quiz activity" page
|
||||
And I navigate to "Question bank" in current page administration
|
||||
And I click on "#action-menu-toggle-1" "css_element" in the "First question" "table_row"
|
||||
And I click on ".dropdown-toggle" "css_element" in the "First question" "table_row"
|
||||
And I should see "Export as Moodle XML"
|
||||
|
|
|
@ -23,13 +23,13 @@ Feature: Use the qbank plugin manager page for tagquestion
|
|||
And I click on "Disable" "link" in the "Tag question" "table_row"
|
||||
And I am on the "Test quiz" "quiz activity" page
|
||||
And I navigate to "Question bank" in current page administration
|
||||
And I click on "#action-menu-toggle-1" "css_element" in the "First question" "table_row"
|
||||
And I click on ".dropdown-toggle" "css_element" in the "First question" "table_row"
|
||||
Then I should not see "Manage tags"
|
||||
And I navigate to "Plugins > Question bank plugins > Manage question bank plugins" in site administration
|
||||
And I click on "Enable" "link" in the "Tag question" "table_row"
|
||||
And I am on the "Test quiz" "quiz activity" page
|
||||
And I navigate to "Question bank" in current page administration
|
||||
And I click on "#action-menu-toggle-1" "css_element" in the "First question" "table_row"
|
||||
And I click on ".dropdown-toggle" "css_element" in the "First question" "table_row"
|
||||
And I should see "Manage tags"
|
||||
|
||||
Scenario: Enable/disable tagquestion section from question edit form
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue