Fix ambiguity for member link in test

5-0-stable
Dmitriy Zaporozhets 2013-02-21 12:39:09 +02:00
parent 37187336b1
commit 2d5096b678
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class ProjectTeamManagement < Spinach::FeatureSteps
end
Given 'I click link "Sam"' do
click_link "Sam"
first(:link, "Sam").click
end
Then 'I should see "Sam" team profile' do