Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
@tool @tool_usertours @javascript
2
Feature: Verify the breadcrumbs in user tours site administration pages
3
  Whenever I navigate to user tours 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 user tours, expand to explore, next step, create and import pages as admin
11
    Given I navigate to "Appearance > User tours" in site administration
12
    And I click on "Block drawer" "link"
13
    And "Block drawer" "text" should exist in the ".breadcrumb" "css_element"
14
    And "User tours" "link" should exist in the ".breadcrumb" "css_element"
15
    When I click on "Expand to explore" "link"
16
    Then "Expand to explore" "text" should exist in the ".breadcrumb" "css_element"
17
    And "Block drawer" "link" should exist in the ".breadcrumb" "css_element"
18
    And "User tours" "link" should exist in the ".breadcrumb" "css_element"
19
    And I press "Cancel"
20
    And I click on "New step" "link"
21
    And "New step" "text" should exist in the ".breadcrumb" "css_element"
22
    And "Block drawer" "link" should exist in the ".breadcrumb" "css_element"
23
    And "User tours" "link" should exist in the ".breadcrumb" "css_element"
24
    And I press "Cancel"
25
    And I navigate to "Appearance > User tours" in site administration
26
    And I click on "Create a new tour" "link"
27
    And "Create a new tour" "text" should exist in the ".breadcrumb" "css_element"
28
    And "User tours" "link" should exist in the ".breadcrumb" "css_element"
29
    And I press "Cancel"
30
    And I click on "Import tour" "link"
31
    And "Import tour" "text" should exist in the ".breadcrumb" "css_element"
32
    And "User tours" "link" should exist in the ".breadcrumb" "css_element"