Skip to content
Snippets Groups Projects
Commit cf8df7ff authored by Mark Lapierre's avatar Mark Lapierre
Browse files

Unquarantine e2e tests

parent 0cd04bf3
No related branches found
No related tags found
No related merge requests found
# frozen_string_literal: true
 
module QA
# Failure issue: https://gitlab.com/gitlab-org/quality/nightly/issues/94
context 'Create', :quarantine do
context 'Create' do
describe 'Merge request creation from fork' do
it 'user forks a project, submits a merge request and maintainer merges it' do
Runtime::Browser.visit(:gitlab, Page::Main::Login)
Loading
Loading
# frozen_string_literal: true
 
module QA
# Failure issue: https://gitlab.com/gitlab-org/quality/nightly/issues/93
context 'Create', :quarantine do
context 'Create' do
describe 'Merge request squashing' do
it 'user squashes commits while merging' do
Runtime::Browser.visit(:gitlab, Page::Main::Login)
Loading
Loading
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