Skip to content

Commit 12f6044

Browse files
change forums.rancher.com to forums.suse.com (#13409)
1 parent 6deb35b commit 12f6044

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

cypress/e2e/tests/pages/generic/get-support.spec.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ describe('Support Page', () => {
6262
});
6363

6464
it('can click on Forums link', () => {
65-
catchTargetPageException('TenantFeatures', 'https://forums.rancher.com');
65+
catchTargetPageException('TenantFeatures', 'https://forums.suse.com');
6666

6767
// click Forums link
6868
supportPage.clickSupportLink(1, true);
6969

70-
cy.origin('https://forums.rancher.com', () => {
71-
cy.url().should('include', 'forums.rancher.com/');
70+
cy.origin('https://forums.suse.com', () => {
71+
cy.url().should('include', 'forums.suse.com/');
7272
});
7373
});
7474

cypress/e2e/tests/pages/generic/home.spec.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,13 @@ describe('Home Page', () => {
148148
});
149149

150150
it('can click on Forums link', () => {
151-
catchTargetPageException('TenantFeatures', 'https://forums.rancher.com');
151+
catchTargetPageException('TenantFeatures', 'https://forums.suse.com');
152152

153153
// click Forums link
154154
homePage.clickSupportLink(1, true);
155155

156-
cy.origin('https://forums.rancher.com', () => {
157-
cy.url().should('include', 'forums.rancher.com/');
156+
cy.origin('https://forums.suse.com', () => {
157+
cy.url().should('include', 'forums.suse.com/');
158158
});
159159
});
160160

shell/config/home-links.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const DEFAULT_LINKS = [
1313
},
1414
{
1515
key: 'forums',
16-
value: 'https://forums.rancher.com/',
16+
value: 'https://forums.suse.com/',
1717
enabled: true,
1818
},
1919
{

0 commit comments

Comments
 (0)