Skip to content

Commit

Permalink
Merge branch 'MDL-71965-master-2' of git://github.com/andrewnicols/mo…
Browse files Browse the repository at this point in the history
…odle
  • Loading branch information
junpataleta committed Oct 13, 2021
2 parents ecd75d6 + a67a1c1 commit 23c0394
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -21,7 +21,6 @@ Feature: Within a moodle instance, an administrator should be able to modify lan
@javascript
Scenario: Edit an string but don't save it to lang pack.
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"
And I should see "Help and documentation" in the "page-footer" "region"

Expand All @@ -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"
And I should see "There are 1 modified strings."
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"
And I should see "moodle documents" in the "page-footer" "region"

0 comments on commit 23c0394

Please sign in to comment.