Chore(cypress): Review and Fix tests failing on master (#26954)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
a1ed780a86
Коммит
03c930daa0
@@ -2,12 +2,13 @@
|
||||
// See LICENSE.txt for license information.
|
||||
|
||||
export const FEEDBACK_EMAIL = 'test@example.com';
|
||||
export const ABOUT_LINK = 'https://docs.mattermost.com/pl/about-mattermost';
|
||||
export const ABOUT_LINK = 'https://mattermost.com/pl/about-mattermost';
|
||||
export const ASK_COMMUNITY_LINK = 'https://mattermost.com/pl/default-ask-mattermost-community/';
|
||||
export const HELP_LINK = 'https://mattermost.com/pl/help/';
|
||||
export const PRIVACY_POLICY_LINK = 'https://mattermost.com/pl/privacy-policy/';
|
||||
export const REPORT_A_PROBLEM_LINK = 'https://mattermost.com/pl/report-a-bug';
|
||||
export const TERMS_OF_SERVICE_LINK = 'https://mattermost.com/pl/terms-of-use/';
|
||||
export const MATTERMOST_USER_GUIDE = 'https://docs.mattermost.com/guides/use-mattermost.html';
|
||||
|
||||
export const CLOUD = 'Cloud';
|
||||
export const E20 = 'E20';
|
||||
@@ -25,7 +26,9 @@ export const SupportSettings = {
|
||||
PRIVACY_POLICY_LINK,
|
||||
REPORT_A_PROBLEM_LINK,
|
||||
TERMS_OF_SERVICE_LINK,
|
||||
MATTERMOST_USER_GUIDE,
|
||||
};
|
||||
|
||||
export const FixedCloudConfig = {
|
||||
EmailSettings: {
|
||||
FEEDBACK_EMAIL,
|
||||
|
||||
Ссылка в новой задаче
Block a user