| ... | @@ -30,3 +30,16 @@ Feature: Profile |
... | @@ -30,3 +30,16 @@ Feature: Profile |
|
|
Given I have activity
|
|
Given I have activity
|
|
|
When I visit profile history page
|
|
When I visit profile history page
|
|
|
Then I should see my activity
|
|
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 |