From 4a3b588b2589f302fb96b2359c385d1076332ad0 Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Tue, 3 Jun 2014 17:56:47 +0000 Subject: [PATCH] edit-profile: update cucumber test to new birth date format --- features/edit_profile.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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