Commit d76b23af authored by Sean McGivern's avatar Sean McGivern

Merge branch 'qa-cleanup-after-reorganization' into 'master'

[QA] Remove the :core tag since we're not using it anymore

See merge request gitlab-org/gitlab-ce!21436
parents d79218fc 61b5fd8d
......@@ -7,7 +7,7 @@ module QA
# including staging and on-premises installation.
#
class Mattermost < Test::Instance::All
tags :core, :mattermost
tags :mattermost
def perform(address, mattermost, *rspec_options)
Runtime::Scenario.define(:mattermost_address, mattermost)
......
# frozen_string_literal: true
module QA
context :create, :core do
context :create do
describe 'Files management' do
it 'user creates, edits and deletes a file via the Web' 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