mirror of https://github.com/rancher/dashboard.git
Update learn more message (#12127)
This commit is contained in:
parent
2ffc11edac
commit
ec2f92a8df
|
|
@ -43,7 +43,7 @@ describe('Home Page', () => {
|
||||||
homePage.restoreAndWait();
|
homePage.restoreAndWait();
|
||||||
|
|
||||||
cy.getRancherResource('v1', 'management.cattle.io.settings', 'server-version').then((resp: Cypress.Response<any>) => {
|
cy.getRancherResource('v1', 'management.cattle.io.settings', 'server-version').then((resp: Cypress.Response<any>) => {
|
||||||
homePage.changelog().self().contains('Learn more about the improvements and new capabilities in this version.');
|
homePage.changelog().self().contains('Learn more about the improvements and new capabilities in this version');
|
||||||
homePage.whatsNewBannerLink().contains(`What's new in ${ CURRENT_RANCHER_VERSION }`);
|
homePage.whatsNewBannerLink().contains(`What's new in ${ CURRENT_RANCHER_VERSION }`);
|
||||||
|
|
||||||
homePage.whatsNewBannerLink().invoke('attr', 'href').then((releaseNotesUrl) => {
|
homePage.whatsNewBannerLink().invoke('attr', 'href').then((releaseNotesUrl) => {
|
||||||
|
|
|
||||||
|
|
@ -2995,7 +2995,7 @@ landing:
|
||||||
other {cores}}
|
other {cores}}
|
||||||
cpuUsed: CPU Used
|
cpuUsed: CPU Used
|
||||||
memoryUsed: Memory Used
|
memoryUsed: Memory Used
|
||||||
seeWhatsNew: Learn more about the improvements and new capabilities in this version.
|
seeWhatsNew: Learn more about the improvements and new capabilities in this version and read about the UI framework migration in 2.10
|
||||||
whatsNewLink: "What's new in 2.10"
|
whatsNewLink: "What's new in 2.10"
|
||||||
learnMore: Learn More
|
learnMore: Learn More
|
||||||
support: Support
|
support: Support
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue