diff options
author | Rémy Coutable <remy@rymai.me> | 2019-02-28 12:09:53 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2019-02-28 12:09:53 +0000 |
commit | 239beb5c7c8ae40649cc4ee58bb1ac035b9c97c3 (patch) | |
tree | db451c6007b765a29e1c96c8571a0e057201780c | |
parent | 40ec172f75c0c2161c74414c387c802396563ca8 (diff) | |
parent | 377d2ada30326be1f2fb7baa41d8fe57534190eb (diff) | |
download | gitlab-ce-239beb5c7c8ae40649cc4ee58bb1ac035b9c97c3.tar.gz |
Merge branch 'qa-de-quarantine-oauth-tests' into 'master'
Revert "Quarantine GitHub OAuth test"
Closes gitlab-org/quality/nightly#83
See merge request gitlab-org/gitlab-ce!25636
-rw-r--r-- | qa/qa/specs/features/browser_ui/1_manage/login/login_via_oauth_spec.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qa/qa/specs/features/browser_ui/1_manage/login/login_via_oauth_spec.rb b/qa/qa/specs/features/browser_ui/1_manage/login/login_via_oauth_spec.rb index 087a2c13675..a118176eb8a 100644 --- a/qa/qa/specs/features/browser_ui/1_manage/login/login_via_oauth_spec.rb +++ b/qa/qa/specs/features/browser_ui/1_manage/login/login_via_oauth_spec.rb @@ -1,8 +1,7 @@ # frozen_string_literal: true module QA - # https://gitlab.com/gitlab-org/quality/nightly/issues/83 - context 'Manage', :orchestrated, :oauth, :quarantine do + context 'Manage', :orchestrated, :oauth do describe 'OAuth login' do it 'User logs in to GitLab with GitHub OAuth' do Runtime::Browser.visit(:gitlab, Page::Main::Login) |