From 0850bb6279bdfb6d6a609e1200e91ec4ed191a0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mesut=20G=C3=BCne=C5=9F?= Date: Mon, 19 Nov 2018 17:38:43 +0300 Subject: removing old test --- .../features/browser_ui/1_manage/login/log_in_spec.rb | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/qa/qa/specs/features/browser_ui/1_manage/login/log_in_spec.rb b/qa/qa/specs/features/browser_ui/1_manage/login/log_in_spec.rb index 5449cc5145a..8f24a27b26f 100644 --- a/qa/qa/specs/features/browser_ui/1_manage/login/log_in_spec.rb +++ b/qa/qa/specs/features/browser_ui/1_manage/login/log_in_spec.rb @@ -11,24 +11,9 @@ module QA Page::Main::Menu.perform do |menu| expect(menu).to have_personal_area end - end - end - - describe 'basic user login-logout' do - it 'user logs in using basic credentials and then logs out the platform' do - Runtime::Browser.visit(:gitlab, Page::Main::Login) - Page::Main::Login.act { sign_in_using_credentials } - - # TODO, since `Signed in successfully` message was removed - # this is the only way to tell if user is signed in correctly. - # - Page::Main::Menu.perform do |menu| - expect(menu).to have_personal_area - end - - Page::Main::Menu.perform { |menu| menu.sign_out } Page::Main::Menu.perform do |menu| + menu.sign_out expect(menu).not_to have_personal_area end -- cgit v1.2.1