mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'MDL-73646-master-v2' of https://github.com/sharidas/moodle
This commit is contained in:
commit
4e1a6e6830
4 changed files with 40 additions and 4 deletions
33
theme/boost/tests/behat/breadcrumb.feature
Normal file
33
theme/boost/tests/behat/breadcrumb.feature
Normal file
|
@ -0,0 +1,33 @@
|
|||
@javascript @theme_boost
|
||||
Feature: Breadcrumbs navigation
|
||||
To navigate in boost theme
|
||||
As an admin user
|
||||
I should see breadcrumbs
|
||||
|
||||
Scenario: Admin user navigates to site administrations plugins assignment settings
|
||||
Given I log in as "admin"
|
||||
When I navigate to "Plugins > Activity modules > Assignment > Assignment settings" in site administration
|
||||
Then I should see "Activity modules" in the ".breadcrumb" "css_element"
|
||||
And I should see "Assignment" in the ".breadcrumb" "css_element"
|
||||
And I should see "Assignment settings" in the ".breadcrumb" "css_element"
|
||||
|
||||
Scenario: Admin user navigates to site adminsitrations plugins assignment feedback offline grading worksheet
|
||||
Given I log in as "admin"
|
||||
When I navigate to "Plugins > Activity modules > Assignment > Feedback plugins > Offline grading worksheet" in site administration
|
||||
Then I should see "Activity modules" in the ".breadcrumb" "css_element"
|
||||
And I should see "Assignment" in the ".breadcrumb" "css_element"
|
||||
And I should see "Feedback plugins" in the ".breadcrumb" "css_element"
|
||||
And I should see "Offline grading worksheet" in the ".breadcrumb" "css_element"
|
||||
|
||||
Scenario: Admin user navigates to site adminsitrations plugins badges manage backpacks page
|
||||
Given I log in as "admin"
|
||||
When I navigate to "Badges > Manage backpacks" in site administration
|
||||
Then I should see "Badges" in the ".breadcrumb" "css_element"
|
||||
And I should see "Manage backpacks" in the ".breadcrumb" "css_element"
|
||||
|
||||
Scenario: Admin user navigates to site adminsitrations plugins caching memcached page
|
||||
Given I log in as "admin"
|
||||
When I navigate to "Plugins > Caching > Cache stores > Memcached" in site administration
|
||||
Then I should see "Caching" in the ".breadcrumb" "css_element"
|
||||
Then I should see "Cache stores" in the ".breadcrumb" "css_element"
|
||||
And I should see "Memcached" in the ".breadcrumb" "css_element"
|
Loading…
Add table
Add a link
Reference in a new issue