Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Adding label for PR smoke tests #5689

Merged
merged 4 commits into from
Jun 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************

// Stage: @prod @smoke
// Stage: @prod
// Group: @accessibility

import * as TIMEOUTS from '../../fixtures/timeouts';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************

// Stage: @prod @smoke
// Group: @accessibility
// Stage: @prod
// Group: @accessibility @smoke

import * as TIMEOUTS from '../../fixtures/timeouts';
import users from '../../fixtures/users.json';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************

// Stage: @prod @smoke
// Stage: @prod
// Group: @account_setting

const THEMES = [{name: 'github', backgroundColor: 'rgb(248, 248, 248)', color: 'rgb(51, 51, 51)'},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************

// Stage: @prod @smoke
// Stage: @prod
// Group: @account_setting

import * as TIMEOUTS from '../../../fixtures/timeouts';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************

// Stage: @prod @smoke
// Stage: @prod
// Group: @account_setting

describe('Account Settings > Sidebar > Channel Switcher', () => {
Expand Down
4 changes: 2 additions & 2 deletions e2e/cypress/integration/channel/add_users_to_channel_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************

// Stage: @prod @smoke
// Group: @channel @channel_settings
// Stage: @prod
// Group: @channel @channel_settings @smoke

function verifyMentionedUserAndProfilePopover(postId) {
cy.get(`#post_${postId}`).find('.mention-link').each(($el) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************

// Stage: @prod @smoke
// Stage: @prod
// Group: @channel_sidebar

import users from '../../fixtures/users';
Expand Down
2 changes: 1 addition & 1 deletion e2e/cypress/integration/commands/leave_channel_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************

// Stage: @prod @smoke
// Stage: @prod
// Group: @commands

describe('Leave Channel Command', () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************

// Stage: @prod @smoke
// Stage: @prod
// Group: @notification

import users from '../../fixtures/users.json';
Expand Down
2 changes: 1 addition & 1 deletion e2e/cypress/integration/emoji/recently_used_emoji_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************

// Stage: @prod @smoke
// Stage: @prod
// Group: @emoji

import * as TIMEOUTS from '../../fixtures/timeouts';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************

// Stage: @prod @smoke
// Stage: @prod
// Group: @guest_account

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************

// Stage: @prod @smoke
// Stage: @prod
// Group: @guest_account

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************

// Stage: @prod @smoke
// Stage: @prod
// Group: @enterprise @ldap_group

describe('Test channel public/private toggle', () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************

// Stage: @prod @smoke
// Stage: @prod
// Group: @enterprise @saml

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************

// Stage: @prod @smoke
// Stage: @prod
// Group: @enterprise @system_console

describe('System Console', () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************

// Stage: @prod @smoke
// Stage: @prod
// Group: @interactive_dialog

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************

// Stage: @prod @smoke
// Stage: @prod
// Group: @interactive_menu

/**
Expand Down
2 changes: 1 addition & 1 deletion e2e/cypress/integration/markdown/markdown_text_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************

// Stage: @prod @smoke
// Stage: @prod
// Group: @markdown

import * as TIMEOUTS from '../../fixtures/timeouts';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************

// Stage: @prod @smoke
// Stage: @prod
// Group: @messaging

import users from '../../fixtures/users.json';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************

// Stage: @prod @smoke
// Stage: @prod
// Group: @messaging

function verifyCollapsedPost() {
Expand Down
2 changes: 1 addition & 1 deletion e2e/cypress/integration/messaging/emoji_size_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************

// Stage: @prod @smoke
// Stage: @prod
// Group: @messaging

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************

// Stage: @prod @smoke
// Stage: @prod
// Group: @messaging

function createMessages(message, aliases) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************

// Stage: @prod @smoke
// Stage: @prod
// Group: @messaging @emoji

describe('Messaging', () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************

// Stage: @prod @smoke
// Stage: @prod
// Group: @messaging @markdown

describe('Messaging', () => {
Expand Down
2 changes: 1 addition & 1 deletion e2e/cypress/integration/messaging/message_bullets_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************

// Stage: @prod @smoke
// Stage: @prod
// Group: @messaging

describe('Message', () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************

// Stage: @prod @smoke
// Stage: @prod
// Group: @messaging

import * as TIMEOUTS from '../../fixtures/timeouts';
Expand Down
2 changes: 1 addition & 1 deletion e2e/cypress/integration/messaging/message_deletion_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************

// Stage: @prod @smoke
// Stage: @prod
// Group: @messaging

describe('Message deletion', () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************

// Stage: @prod @smoke
// Stage: @prod
// Group: @messaging

describe('Messaging', () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************

// Stage: @prod @smoke
// Stage: @prod
// Group: @messaging

describe('Message', () => {
Expand Down
2 changes: 1 addition & 1 deletion e2e/cypress/integration/messaging/message_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// ***************************************************************

// Stage: @prod
// Group: @messaging
// Group: @messaging @smoke

import users from '../../fixtures/users.json';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************

// Stage: @prod @smoke
// Stage: @prod
// Group: @messaging

import * as TIMEOUTS from '../../fixtures/timeouts';
Expand Down
2 changes: 1 addition & 1 deletion e2e/cypress/integration/messaging/quick_send_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************

// Stage: @prod @smoke
// Stage: @prod
// Group: @messaging

import * as TIMEOUTS from '../../fixtures/timeouts';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************

// Stage: @prod @smoke
// Stage: @prod
// Group: @messaging

import * as TIMEOUTS from '../../fixtures/timeouts';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************

// Stage: @prod @smoke
// Stage: @prod
// Group: @messaging

import * as TIMEOUTS from '../../fixtures/timeouts';
Expand Down
2 changes: 1 addition & 1 deletion e2e/cypress/integration/messaging/typing_on_middle_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************

// Stage: @prod @smoke
// Stage: @prod
// Group: @messaging

import * as TIMEOUTS from '../../fixtures/timeouts';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************

// Stage: @prod @smoke
// Group: @onboarding
// Stage: @prod
// Group: @onboarding @smoke

const appDownloadLink = 'https://about.mattermost.com/downloads/';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************

// Stage: @prod @smoke
// Stage: @prod
// Group: @search

const groupMembers = ['aaron.peterson', 'aaron.ward', 'samuel.tucker'];
Expand Down
2 changes: 1 addition & 1 deletion e2e/cypress/integration/search/search_user_post_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// ***************************************************************

// Stage: @prod
// Group: @search
// Group: @search @smoke

import users from '../../fixtures/users.json';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************

// Stage: @prod @smoke
// Stage: @prod
// Group: @search_date_filter

import * as TIMEOUTS from '../../fixtures/timeouts';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************

// Stage: @prod @smoke
// Stage: @prod
// Group: @signin_authentication

import users from '../../fixtures/users.json';
Expand Down
5 changes: 5 additions & 0 deletions e2e/cypress/integration/system_console/cluster_spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
// ***************************************************************
// - [#] indicates a test step (e.g. # Go to a page)
// - [*] indicates an assertion (e.g. * Check the title)
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************

// Group: @system_console

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// ***************************************************************

// Stage: @prod
// Group: @system_console
// Group: @system_console @smoke

import users from '../../fixtures/users.json';
import * as TIMEOUTS from '../../fixtures/timeouts';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************

// Stage: @prod @smoke
// Stage: @prod
// Group: @system_console

/**
Expand Down
Loading