Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 11
Línea 28... Línea 28...
28
    And I should see "Welcome, Admin!" in the "page-header" "region"
28
    And I should see "Welcome, Admin!" in the "page-header" "region"
29
    And I log out
29
    And I log out
30
    And I should see "You are not logged in" in the "page-footer" "region"
30
    And I should see "You are not logged in" in the "page-footer" "region"
31
    And I log in as "admin"
31
    And I log in as "admin"
32
    Then I should see "Hi, Admin!" in the "page-header" "region"
32
    Then I should see "Hi, Admin!" in the "page-header" "region"
-
 
33
 
-
 
34
  @accessibility @javascript
-
 
35
  Scenario Outline: The start page must meet accessibility standards when the welcome message is displayed
-
 
36
    Given the following config values are set as admin:
-
 
37
      | defaulthomepage | <defaulthomepage> |
-
 
38
    When I log in as "admin"
-
 
39
    Then I should see "Welcome, Admin!" in the "page-header" "region"
-
 
40
    And the page should meet accessibility standards
-
 
41
 
-
 
42
    Examples:
-
 
43
      | defaulthomepage |
-
 
44
      # Home.
-
 
45
      | 0               |
-
 
46
      # Dashboard.
-
 
47
      | 1               |
-
 
48
      # My courses.
-
 
49
      | 2               |