Fix ambiguity for member link in test
This commit is contained in:
parent
37187336b1
commit
2d5096b678
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class ProjectTeamManagement < Spinach::FeatureSteps
|
||||||
end
|
end
|
||||||
|
|
||||||
Given 'I click link "Sam"' do
|
Given 'I click link "Sam"' do
|
||||||
click_link "Sam"
|
first(:link, "Sam").click
|
||||||
end
|
end
|
||||||
|
|
||||||
Then 'I should see "Sam" team profile' do
|
Then 'I should see "Sam" team profile' do
|
||||||
|
|
Loading…
Reference in a new issue