fix encoding error, issues critical status added

This commit is contained in:
Dmitriy Zaporozhets 2011-10-25 19:23:39 +03:00
parent 016012b145
commit 1d69788099
15 changed files with 99 additions and 21 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