Commit a3b42b6fa13991440aeb75264f865329cff719a3
1 parent
63a67bb4
Exists in
master
and in
4 other branches
Remove dash projects search test
Showing
2 changed files
with
0 additions
and
16 deletions
Show diff stats
features/dashboard/projects.feature
features/steps/dashboard/dashboard_projects.rb
... | ... | @@ -8,16 +8,4 @@ class DashboardProjects < Spinach::FeatureSteps |
8 | 8 | page.should have_link project.name_with_namespace |
9 | 9 | end |
10 | 10 | end |
11 | - | |
12 | - Given 'I search for "Sho"' do | |
13 | - fill_in "dashboard_projects_search", with: "Sho" | |
14 | - | |
15 | - within ".dashboard-search-filter" do | |
16 | - find('button').click | |
17 | - end | |
18 | - end | |
19 | - | |
20 | - Then 'I should see "Shop" project link' do | |
21 | - page.should have_link "Shop" | |
22 | - end | |
23 | 11 | end | ... | ... |