Skip to content

Commit

Permalink
Merge pull request #10168 from owncloud/re-enable-logo-e2e-test
Browse files Browse the repository at this point in the history
test: re-enable e2e test for changing logo
  • Loading branch information
kulmann authored Dec 14, 2023
2 parents 86fb809 + bb7ce25 commit 942bab0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tests/e2e/cucumber/features/smoke/admin-settings/general.feature
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

0 comments on commit 942bab0

Please sign in to comment.