Ocelot-Social/cypress/integration/user_profile/UploadUserProfileHeader.feature

18 lines
574 B
Gherkin

Feature: Upload UserProfile Header
As a user
I would like to be able to add a profile header pic to my profile
So that I can personalize my profile
Background:
Given I have a user account
Scenario: Change my UserProfile Header
Given I am logged in
And I visit my profile page
Then I should be able to change my profile header picture
Scenario: Unable to change another user's header images
Given I am logged in with a "user" role
And I visit another user's profile page
Then I cannot upload a profile header image