Remove dash projects search test
This commit is contained in:
parent
63a67bb4ab
commit
a3b42b6fa1
2 changed files with 0 additions and 16 deletions
|
@ -6,7 +6,3 @@ Feature: Dashboard projects
|
|||
|
||||
Scenario: I should see projects list
|
||||
Then I should see projects list
|
||||
|
||||
Scenario: I should see project I am looking for
|
||||
Given I search for "Sho"
|
||||
Then I should see "Shop" project link
|
||||
|
|
|
@ -8,16 +8,4 @@ class DashboardProjects < Spinach::FeatureSteps
|
|||
page.should have_link project.name_with_namespace
|
||||
end
|
||||
end
|
||||
|
||||
Given 'I search for "Sho"' do
|
||||
fill_in "dashboard_projects_search", with: "Sho"
|
||||
|
||||
within ".dashboard-search-filter" do
|
||||
find('button').click
|
||||
end
|
||||
end
|
||||
|
||||
Then 'I should see "Shop" project link' do
|
||||
page.should have_link "Shop"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue