# frozen_string_literal: true # frozen_string_literal: true
module QA module QA
context 'Create' do # https://gitlab.com/gitlab-org/quality/staging/issues/55
context 'Create', :quarantine do
describe 'Download merge request patch and diff' do describe 'Download merge request patch and diff' do
before(:context) do before(:context) do
Runtime::Browser.visit(:gitlab, Page::Main::Login) Runtime::Browser.visit(:gitlab, Page::Main::Login)
... ...
......