summaryrefslogtreecommitdiff
path: root/qa/qa/page/project/sidebar.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/page/project/sidebar.rb')
-rw-r--r--qa/qa/page/project/sidebar.rb18
1 files changed, 0 insertions, 18 deletions
diff --git a/qa/qa/page/project/sidebar.rb b/qa/qa/page/project/sidebar.rb
deleted file mode 100644
index 3e4f783f105..00000000000
--- a/qa/qa/page/project/sidebar.rb
+++ /dev/null
@@ -1,18 +0,0 @@
-module QA
- module Page
- module Project
- class Sidebar < Page::Base
- ##
- # TODO, define all selectors required by this page object
- #
- # See gitlab-org/gitlab-qa#155
- #
- view 'app/views/layouts/nav/sidebar/_project.html.haml'
-
- def go_to_activity
- click_on class: 'shortcuts-project-activity'
- end
- end
- end
- end
-end