Desctiptions removed from dashboard
This commit is contained in:
parent
3d4e32457b
commit
9959669f1c
6 changed files with 13 additions and 81 deletions
|
@ -8,7 +8,7 @@ class Userteams < Spinach::FeatureSteps
|
|||
end
|
||||
|
||||
Then 'I should see dashboard page without teams info block' do
|
||||
page.has_no_css?(".teams_box").must_equal true
|
||||
page.has_no_css?(".teams-box").must_equal true
|
||||
end
|
||||
|
||||
When 'I have teams with my membership' do
|
||||
|
@ -17,7 +17,7 @@ class Userteams < Spinach::FeatureSteps
|
|||
end
|
||||
|
||||
Then 'I should see dashboard page with teams information block' do
|
||||
page.should have_css(".teams_box")
|
||||
page.should have_css(".teams-box")
|
||||
end
|
||||
|
||||
When 'exist user teams' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue