[MM-52869] Update and fix links in the system console (#23694)
* Updated privacy policy link * Removed broken link from fa language * Updated terms of use link * Updated pricing links * Updated self hosted billing links * Updated terms-of-use links * Updated privacy-policy links across the project * Updated pricing links in e2e tests * Updated cloud billing docs * Fixed upgrading mattermost server links * Updated ssl client certificate links * Updated configure session lenghts links * Updated configure site url links * Updated elasticsearch links * Update data retention policy links * Updated ldap links * advanced-permissions * Updated anchor ServiceSettings.ListenAddress * Updated anchor #SystemSettings.Forward80To443 * Updated link desktop managed resources * Updated elasticsearch links * Updated file content extraction links * Updated HA Cluster inks * Updated setup image proxy link * Updated push notification links * Update performance monitoring links * Help links * Updated about mattermost links * updated report a problem links * Updated download apps links * Updated mobile apps links * Update share messages links * Updated format messages links * Updated in product notices links * Updated multi factor auth links * Updated LDAP links * Updated setup saml links * Updated saml/ldap configuration links * Updated plugins URL * Updated plugin signing links * Updated webhook links * Updated slash commands links * Updated oauth2 links * Updated webhook links * Update enable oauth2 links * Updated personal access tokens list * Updated experimental links * Updated snap files * check-style * privacy/terms links in about modal
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
0904be43f8
Коммит
f3a9f166bb
@@ -188,6 +188,6 @@ describe('System Console - Empty Billing Screen', () => {
|
||||
|
||||
it('should show empty screen picture and link to /cloud-billing.html', () => {
|
||||
cy.get('.BillingHistory__cardHeaderText-bottom').should('have.text', 'All of your invoices will be shown here');
|
||||
cy.get('.BillingHistory__noHistory-link').should('have.text', 'See how billing works').should('have.attr', 'href').and('include', 'cloud/cloud-billing/cloud-billing.html');
|
||||
cy.get('.BillingHistory__noHistory-link').should('have.text', 'See how billing works').should('have.attr', 'href').and('include', '/pl/cloud-billing');
|
||||
});
|
||||
});
|
||||
|
||||
@@ -189,6 +189,6 @@ describe('Self hosted Pricing modal', () => {
|
||||
|
||||
cy.get('.air-gapped-purchase-modal').should('exist');
|
||||
|
||||
cy.findByText('https://mattermost.com/pricing/#self-hosted').last().should('exist');
|
||||
cy.findByText('https://mattermost.com/pl/pricing/#self-hosted').last().should('exist');
|
||||
});
|
||||
});
|
||||
|
||||
@@ -39,7 +39,7 @@ describe('Customization', () => {
|
||||
cy.findByTestId('SupportSettings.ReportAProblemLinkhelp-text').find('span').should('be.visible').and('have.text', 'The URL for the Report a Problem link in the Help Menu. If this field is empty, the link is removed from the Help Menu.');
|
||||
|
||||
// # Enter a problem link
|
||||
const reportAProblemLink = 'https://mattermost.com/default-report-a-problem/';
|
||||
const reportAProblemLink = 'https://mattermost.com/pl/report-a-bug';
|
||||
cy.findByTestId('SupportSettings.ReportAProblemLinkinput').clear().type(reportAProblemLink);
|
||||
|
||||
// # Save setting
|
||||
|
||||
Ссылка в новой задаче
Block a user