summaryrefslogtreecommitdiff
path: root/features/steps/shared/issuable.rb
diff options
context:
space:
mode:
Diffstat (limited to 'features/steps/shared/issuable.rb')
-rw-r--r--features/steps/shared/issuable.rb14
1 files changed, 0 insertions, 14 deletions
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