Rev 1 | AutorÃa | Comparar con el anterior | Ultima modificación | Ver Log |
@javascript @theme_boostFeature: Welcome message on boostTo be welcome in moodleAs a UserI need to see a welcome message on the first page@accessibilityScenario: Login and be welcomed on the homepageGiven the following config values are set as admin:| defaulthomepage | 0 |When I log in as "admin"Then I should see "Acceptance test site" in the "page-header" "region"And I should see "Welcome, Admin!" in the "page-header" "region"And I reload the pageAnd I should not see "Welcome, Admin!" in the "page-header" "region"And I should see "Acceptance test site" in the "page-header" "region"And the page should meet accessibility standards@accessibilityScenario: Login and be welcomed on the dashboardGiven the following config values are set as admin:| defaulthomepage | 1 |When I log in as "admin"Then I should see "Dashboard" in the "page-header" "region"And I should see "Welcome, Admin!" in the "page-header" "region"And I reload the pageAnd I should not see "Welcome, Admin!" in the "page-header" "region"And I should see "Dashboard" in the "page-header" "region"And the page should meet accessibility standards with "best-practice" extra tests@accessibilityScenario: Login and be welcomed on the my courses pageGiven the following config values are set as admin:| defaulthomepage | 3 |When I log in as "admin"Then I should see "My courses" in the "page-header" "region"And I should see "Welcome, Admin!" in the "page-header" "region"And I reload the pageAnd I should not see "Welcome, Admin!" in the "page-header" "region"And I should see "My courses" in the "page-header" "region"And the page should meet accessibility standards