Skip to content
Snippets Groups Projects
Commit e059c8bb authored by Andrejs Cunskis's avatar Andrejs Cunskis :palm_tree:
Browse files

Merge branch 'qa-shl-quarantine-facebook-oauth-spec' into 'master'

E2E: Quarantine Facebook OAuth e2e spec

See merge request !136541



Merged-by: default avatarAndrejs Cunskis <acunskis@gitlab.com>
Approved-by: default avatarAndrejs Cunskis <acunskis@gitlab.com>
Co-authored-by: default avatarSanad Liaquat (Personal) <sliaquat@gitlab.com>
parents 6aa057e9 80447b8c
No related branches found
No related tags found
1 merge request!136541E2E: Quarantine Facebook OAuth e2e spec
Pipeline #1069464082 passed with warnings
Pipeline: E2E Omnibus GitLab EE

#1069490064

    Pipeline: GitLab

    #1069464770

      Pipeline: E2E GDK

      #1069464601

        +22
        ......@@ -4,7 +4,11 @@ module QA
        RSpec.describe 'Govern', :orchestrated, :oauth, product_group: :authentication do
        describe 'OAuth' do
        it 'logs in with Facebook credentials',
        testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/417115' do
        testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/417115',
        quarantine: {
        type: :waiting_on,
        issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/431392'
        } do
        Runtime::Browser.visit(:gitlab, Page::Main::Login)
        Page::Main::Login.perform(&:sign_in_with_facebook)
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment