MS profile update from getting started fixed
This commit is contained in:
parent
62a815f6d3
commit
4b2364e893
1 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ Feature: invitation acceptance
|
||||||
And I should see "getting_started_logo"
|
And I should see "getting_started_logo"
|
||||||
When I fill in "profile_first_name" with "O"
|
When I fill in "profile_first_name" with "O"
|
||||||
And I fill in "profile_last_name" with "Hai"
|
And I fill in "profile_last_name" with "Hai"
|
||||||
And I fill in "profile_tag_string" with "#beingawesome"
|
And I fill in "tags" with "#beingawesome"
|
||||||
And I press "Save and continue"
|
And I press "Save and continue"
|
||||||
Then I should see "Profile updated"
|
Then I should see "Profile updated"
|
||||||
And I should see "Would you like to find your Facebook friends on Diaspora?"
|
And I should see "Would you like to find your Facebook friends on Diaspora?"
|
||||||
|
|
@ -30,7 +30,7 @@ Feature: invitation acceptance
|
||||||
And I should see "getting_started_logo"
|
And I should see "getting_started_logo"
|
||||||
When I fill in "profile_first_name" with "O"
|
When I fill in "profile_first_name" with "O"
|
||||||
And I fill in "profile_last_name" with "Hai"
|
And I fill in "profile_last_name" with "Hai"
|
||||||
And I fill in "profile_tag_string" with "#tags"
|
And I fill in "tags" with "#tags"
|
||||||
And I press "Save and continue"
|
And I press "Save and continue"
|
||||||
Then I should see "Profile updated"
|
Then I should see "Profile updated"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue