|
|
# frozen_string_literal: true
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
module QA
|
|
module QA
|
|
|
context 'Create' do
|
|
# Failure issue: https://gitlab.com/gitlab-org/quality/nightly/issues/94
|
|
|
|
context 'Create', :quarantine do
|
|
|
describe 'Merge request creation from fork' do
|
|
describe 'Merge request creation from fork' do
|
|
|
it 'user forks a project, submits a merge request and maintainer merges it' do
|
|
it 'user forks a project, submits a merge request and maintainer merges it' do
|
|
|
Runtime::Browser.visit(:gitlab, Page::Main::Login)
|
|
Runtime::Browser.visit(:gitlab, Page::Main::Login)
|
| ... | |
... | |
| ... | | ... | |