summaryrefslogtreecommitdiff
path: root/qa/qa/specs/features/mattermost/group_create_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/specs/features/mattermost/group_create_spec.rb')
-rw-r--r--qa/qa/specs/features/mattermost/group_create_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/specs/features/mattermost/group_create_spec.rb b/qa/qa/specs/features/mattermost/group_create_spec.rb
index a59761da341..097e1713aef 100644
--- a/qa/qa/specs/features/mattermost/group_create_spec.rb
+++ b/qa/qa/specs/features/mattermost/group_create_spec.rb
@@ -1,5 +1,5 @@
module QA
- describe 'create a new group', :mattermost do
+ describe 'create a new group', :orchestrated, :mattermost do
it 'creating a group with a mattermost team' do
Runtime::Browser.visit(:gitlab, Page::Main::Login)
Page::Main::Login.act { sign_in_using_credentials }