diff --git a/features/edit_profile.feature b/features/edit_profile.feature index 749d8a0..f21ff1f 100644 --- a/features/edit_profile.feature +++ b/features/edit_profile.feature @@ -12,7 +12,7 @@ Feature: edit profile | birth_date | When I go to joao's control panel And I follow "Edit Profile" - And I select "1980-11-15" from "profile_data_birth_date" + And I fill in "Birth date" with "1980-11-15" And I press "Save" Then I should not see "Birth date is invalid" And I should not see "Birth date is mandatory" @@ -23,7 +23,7 @@ Feature: edit profile | birth_date | When I go to joao's control panel And I follow "Edit Profile" - And I select "1980-11-15" from "profile_data_birth_date" + And I fill in "Birth date" with "1980-11-15" And I press "Save" Then I should not see "Birth date is invalid" And I should not see "Birth date is mandatory" -- libgit2 0.21.2