Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
@core @core_payment @javascript
2
Feature: Verify the breadcrumbs in payment accounts site administration pages
3
  Whenever I navigate to payment account 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 payment account page as an admin
11
    Given I navigate to "Payments > Payment accounts" in site administration
12
    And I click on "Create payment account" "button"
13
    And "Create payment account" "text" should exist in the ".breadcrumb" "css_element"
14
    And "Payment accounts" "link" should exist in the ".breadcrumb" "css_element"
15
    And "Payments" "link" should exist in the ".breadcrumb" "css_element"
16
    And I press "Cancel"
17
    When I click on "Show archived" "link"
18
    Then "Payment accounts" "text" should exist in the ".breadcrumb" "css_element"
19
    And "Payments" "link" should exist in the ".breadcrumb" "css_element"