Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'features/profile/profile.feature')
-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