Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
@tool @tool_customlang @javascript
2
Feature: Verify the breadcrumbs in language customisation site administration pages
3
  Whenever I navigate to language customisation 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 language customisation page by visiting open language pack for editing and import custom strings pages
11
    Given I navigate to "Language > Language customisation" in site administration
12
    And I set the field "lng" to "en"
13
    When I click on "Open language pack for editing" "button"
14
    And I wait until the page is ready
15
    And "Language customisation" "text" should exist in the ".breadcrumb" "css_element"
16
    And "Language" "link" should exist in the ".breadcrumb" "css_element"
17
    And I press the "back" button in the browser
18
    And I click on "Import custom strings" "button"
19
    And I wait until the page is ready
20
    And "Language customisation" "text" should exist in the ".breadcrumb" "css_element"
21
    And "Language" "link" should exist in the ".breadcrumb" "css_element"