summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-04-18 19:53:49 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2016-04-18 19:53:49 -0500
commit9bd29a772604d9ea9aa7f9a5e6d4482e6fc81d6b (patch)
treef9b4452462f9d4ee4919d6c2ae3512cb948fd136
parentded5efad1ffddb5f1bf8585802bb25e588eee6ea (diff)
downloadgitlab-ce-9bd29a772604d9ea9aa7f9a5e6d4482e6fc81d6b.tar.gz
Remove Spinach feature
-rw-r--r--features/dashboard/dashboard.feature5
-rw-r--r--features/steps/shared/issuable.rb14
2 files changed, 0 insertions, 19 deletions
diff --git a/features/dashboard/dashboard.feature b/features/dashboard/dashboard.feature
index c88cd0c9c22..db73309804c 100644
--- a/features/dashboard/dashboard.feature
+++ b/features/dashboard/dashboard.feature
@@ -79,8 +79,3 @@ Feature: Dashboard
And I sort the list by "Oldest updated"
And I visit project "Shop" merge requests page
Then The list should be sorted by "Oldest updated"
-
- @javascript @focus
- Scenario: Sort owned Projects
- Then I filter the list by "Owned by me"
- Then The list should be filtered by "Owned by me"
diff --git a/features/steps/shared/issuable.rb b/features/steps/shared/issuable.rb
index c09be48080c..a58b3cb7e16 100644
--- a/features/steps/shared/issuable.rb
+++ b/features/steps/shared/issuable.rb
@@ -138,20 +138,6 @@ module SharedIssuable
end
end
- step 'I filter the list by "Owned by me"' do
- find('button.dropdown-toggle.btn').click
-
- page.within('ul.dropdown-menu.dropdown-menu-align-right') do
- click_link "Owned by me"
- end
- end
-
- step 'The list should be filtered by "Owned by me"' do
- page.within('ul.dropdown-menu.dropdown-menu-align-right') do
- expect(page).to have_selector('a', text: 'Owned by me')
- end
- end
-
step 'I should see "1 of 1" in the sidebar' do
expect_sidebar_content('1 of 1')
end