Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
@core @tool @tool_dataprivacy @javascript
2
Feature: Verify the breadcrumbs in different privacy site administration pages
3
  Whenever I navigate to data registry 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 data registry page as an admin
11
    Given I navigate to "Users > Privacy and policies > Data registry" in site administration
12
    And "Data registry" "text" should exist in the ".breadcrumb" "css_element"
13
    And "Privacy and policies" "link" should exist in the ".breadcrumb" "css_element"
14
    When I click on "Set defaults" "link"
15
    Then "Set defaults" "text" should exist in the ".breadcrumb" "css_element"
16
    And "Data registry" "link" should exist in the ".breadcrumb" "css_element"
17
    And "Privacy and policies" "link" should exist in the ".breadcrumb" "css_element"
18
    And I navigate to "Users > Privacy and policies > Data registry" in site administration
19
    And I click on "Edit" "link"
20
    And I choose "Categories" in the open action menu
21
    And "Edit categories" "text" should exist in the ".breadcrumb" "css_element"
22
    And "Data registry" "link" should exist in the ".breadcrumb" "css_element"
23
    And "Privacy and policies" "link" should exist in the ".breadcrumb" "css_element"
24
    And I click on "Back" "link"
25
    And I click on "Edit" "link"
26
    And I choose "Purposes" in the open action menu
27
    And "Edit purposes" "text" should exist in the ".breadcrumb" "css_element"
28
    And "Data registry" "link" should exist in the ".breadcrumb" "css_element"
29
    And "Privacy and policies" "link" should exist in the ".breadcrumb" "css_element"