Quarantine login via oauth spec

This commit is contained in:
Walmyr Lima 2019-05-07 12:23:45 +02:00
parent 0910dfb9d6
commit 85babc239a
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
# frozen_string_literal: true # frozen_string_literal: true
module QA module QA
context 'Manage', :orchestrated, :oauth do # https://gitlab.com/gitlab-org/quality/nightly/issues/100
context 'Manage', :orchestrated, :oauth, :quarantine do
describe 'OAuth login' do describe 'OAuth login' do
it 'User logs in to GitLab with GitHub OAuth' do it 'User logs in to GitLab with GitHub OAuth' do
Runtime::Browser.visit(:gitlab, Page::Main::Login) Runtime::Browser.visit(:gitlab, Page::Main::Login)