diff options
Diffstat (limited to 'tests/acceptance/features/app-theming.feature')
-rw-r--r-- | tests/acceptance/features/app-theming.feature | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/acceptance/features/app-theming.feature b/tests/acceptance/features/app-theming.feature index 01c7d8df8dd..b6364ae4f44 100644 --- a/tests/acceptance/features/app-theming.feature +++ b/tests/acceptance/features/app-theming.feature @@ -3,7 +3,7 @@ Feature: app-theming Scenario: changing the color updates the header color Given I am logged in as the admin - And I visit the settings page + And I visit the admin settings page And I open the "Theming" section And I see that the color selector in the Theming app has loaded # The "eventually" part is not really needed here, as the colour is not @@ -16,7 +16,7 @@ Feature: app-theming Scenario: resetting the color updates the header color Given I am logged in as the admin - And I visit the settings page + And I visit the admin settings page And I open the "Theming" section And I see that the color selector in the Theming app has loaded And I set the "Color" parameter in the Theming app to "#C9C9C9" |