Merge branch 'qa-nightly-100-un-quarantine-oauth-spec' into 'master'
Un-quarantine OAuth spec Closes gitlab-org/quality/nightly#100 See merge request gitlab-org/gitlab-ce!29764
This commit is contained in:
commit
afbeeab24f
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module QA
|
||||
# https://gitlab.com/gitlab-org/quality/nightly/issues/100
|
||||
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)
|
||||
|
|
Loading…
Reference in a new issue