diff options
author | Mesut Güneş <gunesmes@gmail.com> | 2018-11-19 17:38:43 +0300 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-11-29 18:29:43 +0100 |
commit | 0850bb6279bdfb6d6a609e1200e91ec4ed191a0f (patch) | |
tree | 201689a7272b9d66dd9f7f89e4193be5adff54b4 | |
parent | 806bdd9f5a6ee40622bd9e8500316dd6f3581578 (diff) | |
download | gitlab-ce-327-basic-login-logout-qa.tar.gz |
removing old test327-basic-login-logout-qa
-rw-r--r-- | qa/qa/specs/features/browser_ui/1_manage/login/log_in_spec.rb | 17 |
1 files changed, 1 insertions, 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 |