summaryrefslogtreecommitdiff
path: root/features/profile
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2012-11-21 15:01:40 -0500
committerRobert Speicher <rspeicher@gmail.com>2012-11-21 15:01:40 -0500
commit30a66c065a14be05f05099118938fb20c8989b3e (patch)
treec559b7110b6fc6f8c80771dabe744c3d234c403a /features/profile
parent00464099704ec16ad64faa3fe8c19d931ee7037a (diff)
downloadgitlab-ce-30a66c065a14be05f05099118938fb20c8989b3e.tar.gz
Improve user feedback on the Profile > Design page
- Header changes immediately without a page reload - Lets the user know that we actually saved their setting when changed
Diffstat (limited to 'features/profile')
-rw-r--r--features/profile/profile.feature13
1 files changed, 13 insertions, 0 deletions
diff --git a/features/profile/profile.feature b/features/profile/profile.feature
index a98988b8ded..95b85a9f911 100644
--- a/features/profile/profile.feature
+++ b/features/profile/profile.feature
@@ -30,3 +30,16 @@ Feature: Profile
Given I have activity
When I visit profile history page
Then I should see my activity
+
+ @javascript
+ Scenario: I change my application theme
+ Given I visit profile design page
+ When I change my application theme
+ Then I should see the theme change immediately
+ And I should receive feedback that the changes were saved
+
+ @javascript
+ Scenario: I change my code preview theme
+ Given I visit profile design page
+ When I change my code preview theme
+ Then I should receive feedback that the changes were saved