Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/page/user/show.rb')
-rw-r--r--qa/qa/page/user/show.rb8
1 files changed, 1 insertions, 7 deletions
diff --git a/qa/qa/page/user/show.rb b/qa/qa/page/user/show.rb
index 1cfaca2fc57..e5ee943a69d 100644
--- a/qa/qa/page/user/show.rb
+++ b/qa/qa/page/user/show.rb
@@ -4,10 +4,6 @@ module QA
module Page
module User
class Show < Page::Base
- view 'app/views/users/show.html.haml' do
- element :following_tab
- end
-
view 'app/views/users/_follow_user.html.haml' do
element :follow_user_link
end
@@ -25,9 +21,7 @@ module QA
end
def click_following_tab
- return click_element(:nav_item_link, submenu_item: 'Following') if Runtime::Env.super_sidebar_enabled?
-
- click_element(:following_tab)
+ click_element(:nav_item_link, submenu_item: 'Following')
end
def click_user_link(username)