Skip to content

Commit df18acc

Browse files
change forums.rancher.com to forums.suse.com (#13407)
1 parent 8f9913c commit df18acc

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

+3-3
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

+3-3
Original file line numberDiff line numberDiff line change
@@ -173,13 +173,13 @@ describe('Home Page', () => {
173173
});
174174

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

178178
// click Forums link
179179
homePage.clickSupportLink(1, true);
180180

181-
cy.origin('https://forums.rancher.com', () => {
182-
cy.url().should('include', 'forums.rancher.com/');
181+
cy.origin('https://forums.suse.com', () => {
182+
cy.url().should('include', 'forums.suse.com/');
183183
});
184184
});
185185

shell/config/home-links.js

+1-1
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)