Skip to content

Commit

Permalink
MDL-71965 lang: Fix lang tst to not use boost-only footer feature
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Oct 13, 2021
1 parent b5309d3 commit a67a1c1
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 a67a1c1

Please sign in to comment.