Issue #149 fixed

This commit is contained in:
gitlabhq 2011-10-25 07:32:02 +03:00
parent 5baa5fad0a
commit afe98ae74a
7 changed files with 15 additions and 11 deletions

View file

@ -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