summaryrefslogtreecommitdiff
path: root/features/profile
diff options
context:
space:
mode:
Diffstat (limited to 'features/profile')
-rw-r--r--features/profile/profile.feature14
1 files changed, 14 insertions, 0 deletions
diff --git a/features/profile/profile.feature b/features/profile/profile.feature
index d7fa370fe2a..88a7a3e726b 100644
--- a/features/profile/profile.feature
+++ b/features/profile/profile.feature
@@ -71,6 +71,20 @@ Feature: Profile
And I click on my profile picture
Then I should see my user page
+ Scenario: I can manage application
+ Given I visit profile account page
+ Then I click on new application button
+ And I should see application form
+ Then I fill application form out and submit
+ And I see application
+ Then I click edit
+ And I see edit application form
+ Then I change name of application and submit
+ And I see that application was changed
+ Then I visit profile account page
+ And I click to remove application
+ Then I see that application is removed
+
@javascript
Scenario: I change my application theme
Given I visit profile design page