Issue #149 fixed
This commit is contained in:
parent
5baa5fad0a
commit
afe98ae74a
7 changed files with 15 additions and 11 deletions
|
@ -10,7 +10,9 @@ describe "TeamMembers" do
|
|||
describe "View profile" do
|
||||
it "should be available" do
|
||||
visit(team_project_path(@project))
|
||||
find(:xpath, "//table[@id='team-table']//a[1]").click
|
||||
within "#team-table" do
|
||||
click_link(@user.name)
|
||||
end
|
||||
page.should have_content @user.skype
|
||||
page.should_not have_content 'Twitter'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue