Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: re-enable e2e test for changing logo #10168

Merged
merged 1 commit into from
Dec 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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