Merge branch 'MDL-71965-master-2' of git://github.com/andrewnicols/moodle

This commit is contained in:
Jun Pataleta 2021-10-13 09:39:25 +08:00
commit 23c0394fb0

View file

@ -21,7 +21,6 @@ Feature: Within a moodle instance, an administrator should be able to modify lan
@javascript @javascript
Scenario: Edit an string but don't save it to lang pack. Scenario: Edit an string but don't save it to lang pack.
When I press "Apply changes and continue editing" When I press "Apply changes and continue editing"
And I click on "Show footer" "button"
Then I should not see "moodle documents" in the "page-footer" "region" Then I should not see "moodle documents" in the "page-footer" "region"
And I should see "Help and documentation" in the "page-footer" "region" And I should see "Help and documentation" in the "page-footer" "region"
@ -30,6 +29,5 @@ Feature: Within a moodle instance, an administrator should be able to modify lan
Given I press "Save changes to the language pack" Given I press "Save changes to the language pack"
And I should see "There are 1 modified strings." And I should see "There are 1 modified strings."
When I click on "Continue" "button" When I click on "Continue" "button"
And I click on "Show footer" "button"
Then I should not see "Help and documentation" in the "page-footer" "region" Then I should not see "Help and documentation" in the "page-footer" "region"
And I should see "moodle documents" in the "page-footer" "region" And I should see "moodle documents" in the "page-footer" "region"