From 4b2364e89348c0338f1733c940dc9368cb1b55a5 Mon Sep 17 00:00:00 2001 From: zhitomirskiyi <ilya@joindiaspora.com> Date: Tue, 29 Mar 2011 14:12:07 -0700 Subject: [PATCH] MS profile update from getting started fixed --- features/accepts_invitation.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/accepts_invitation.feature b/features/accepts_invitation.feature index acec36611f..1fbe384314 100644 --- a/features/accepts_invitation.feature +++ b/features/accepts_invitation.feature @@ -12,7 +12,7 @@ Feature: invitation acceptance And I should see "getting_started_logo" When I fill in "profile_first_name" with "O" 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" Then I should see "Profile updated" 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" When I fill in "profile_first_name" with "O" 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" Then I should see "Profile updated" -- GitLab