Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
@core @core_cache @javascript
2
Feature: Verify the breadcrumbs in different cache site administration pages
3
  Whenever I navigate to caching configuration page in site administration
4
  As an admin
5
  The breadcrumbs should be visible
6
 
7
  Background:
8
    Given I log in as "admin"
9
 
10
  Scenario: Verify the breadcrumbs in caching configuration, add assistance, edit mappings and edit sharings page as an admin
11
    Given I navigate to "Plugins > Caching > Configuration" in site administration
12
    And "Configuration" "text" should exist in the ".breadcrumb" "css_element"
13
    And "Caching" "link" should exist in the ".breadcrumb" "css_element"
14
    When I click on "Add instance" "link"
15
    Then "Add cache store" "text" should exist in the ".breadcrumb" "css_element"
16
    And "Configuration" "link" should exist in the ".breadcrumb" "css_element"
17
    And "Caching" "link" should exist in the ".breadcrumb" "css_element"
18
    And I press "Cancel"
19
    And I click on "Edit mappings" "link"
20
    And "Edit definition mapping" "text" should exist in the ".breadcrumb" "css_element"
21
    And "Configuration" "link" should exist in the ".breadcrumb" "css_element"
22
    And "Caching" "link" should exist in the ".breadcrumb" "css_element"
23
    And I press "Cancel"
24
    And I click on "Edit sharing" "link"
25
    And "Edit definition sharing" "text" should exist in the ".breadcrumb" "css_element"
26
    And "Configuration" "link" should exist in the ".breadcrumb" "css_element"
27
    And "Caching" "link" should exist in the ".breadcrumb" "css_element"