Add a little cuke test for profile export
That should increase test coverage percentage
This commit is contained in:
parent
d8398caf2e
commit
0a1b434607
1 changed files with 5 additions and 0 deletions
|
|
@ -53,3 +53,8 @@ Feature: Change settings
|
||||||
And I go to the stream page
|
And I go to the stream page
|
||||||
And I expand the publisher
|
And I expand the publisher
|
||||||
Then I should see "Public" within ".aspect_dropdown"
|
Then I should see "Public" within ".aspect_dropdown"
|
||||||
|
|
||||||
|
Scenario: exporting profile data
|
||||||
|
When I click on the first selector "#account_data a"
|
||||||
|
Then I should see "Download my profile"
|
||||||
|
And I should have 1 email delivery
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue