| ... | @@ -4,19 +4,19 @@ class ProjectFilterLabels < Spinach::FeatureSteps |
... | @@ -4,19 +4,19 @@ class ProjectFilterLabels < Spinach::FeatureSteps |
|
|
include SharedPaths
|
|
include SharedPaths
|
|
|
|
|
|
|
|
Then 'I should see "bug" in labels filter' do
|
|
Then 'I should see "bug" in labels filter' do
|
|
|
within ".list-group" do
|
|
within ".labels-filter" do
|
|
|
page.should have_content "bug"
|
|
page.should have_content "bug"
|
|
|
end
|
|
end
|
|
|
end
|
|
end
|
|
|
|
|
|
|
|
And 'I should see "feature" in labels filter' do
|
|
And 'I should see "feature" in labels filter' do
|
|
|
within ".list-group" do
|
|
within ".labels-filter" do
|
|
|
page.should have_content "feature"
|
|
page.should have_content "feature"
|
|
|
end
|
|
end
|
|
|
end
|
|
end
|
|
|
|
|
|
|
|
And 'I should see "enhancement" in labels filter' do
|
|
And 'I should see "enhancement" in labels filter' do
|
|
|
within ".list-group" do
|
|
within ".labels-filter" do
|
|
|
page.should have_content "enhancement"
|
|
page.should have_content "enhancement"
|
|
|
end
|
|
end
|
|
|
end
|
|
end
|
| ... | |
... | |
| ... | | ... | |