-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10168 from owncloud/re-enable-logo-e2e-test
test: re-enable e2e test for changing logo
- Loading branch information
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
16 changes: 8 additions & 8 deletions
16
tests/e2e/cucumber/features/smoke/admin-settings/general.feature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
Feature: general management | ||
|
||
# Scenario: logo can be changed in the admin settings | ||
# When "Admin" logs in | ||
# And "Admin" opens the "admin-settings" app | ||
# And "Admin" navigates to the general management page | ||
# Then "Admin" should be able to upload a logo from the local file "filesForUpload/testavatar.png" | ||
# And "Admin" navigates to the general management page | ||
# And "Admin" should be able to reset the logo | ||
# And "Admin" logs out | ||
Scenario: logo can be changed in the admin settings | ||
When "Admin" logs in | ||
And "Admin" opens the "admin-settings" app | ||
And "Admin" navigates to the general management page | ||
Then "Admin" should be able to upload a logo from the local file "filesForUpload/testavatar.png" | ||
And "Admin" navigates to the general management page | ||
And "Admin" should be able to reset the logo | ||
And "Admin" logs out | ||
|