Commit 8346f3d9 authored by Ramya Authappan's avatar Ramya Authappan

Merge branch 'un-quarantine-qa-tests' into 'master'

Un quarantine stable QA tests

Closes gitlab-org/quality/nightly#72

See merge request gitlab-org/gitlab-ee!9590
parents cab70d76 2fa60d15
......@@ -2,8 +2,7 @@
require 'securerandom'
module QA
# Failure issue: https://gitlab.com/gitlab-org/quality/nightly/issues/72
context 'Manage', :quarantine do
context 'Manage' do
describe 'Group level project template' do
let(:files) do
[
......
# frozen_string_literal: true
module QA
# Failure issue: https://gitlab.com/gitlab-org/quality/nightly/issues/72
context 'Manage', :smoke, :quarantine do
context 'Manage', :smoke do
describe 'Project creation' do
it 'user creates a new project' do
Runtime::Browser.visit(:gitlab, Page::Main::Login)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment