Skip to content

Commit 16262fe

Browse files
author
Barthélémy Ledoux
authored
Merge branch '10.0-release' into elevatebart/fix/plugins-config-error-text
2 parents 7ea279d + b0a6ad8 commit 16262fe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/frontend-shared/src/gql-components/topnav/LoginModal.cy.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ describe('<LoginModal />', { viewportWidth: 1000, viewportHeight: 750 }, () => {
4343
})
4444

4545
cy.contains('h2', text.login.titleInitial).should('be.visible')
46+
cy.contains('a', text.login.cloud).should('be.visible').should('have.attr', 'href', 'https://on.cypress.io/dashboard-introduction')
4647

4748
// begin the login process
4849
cy.findByRole('button', { name: text.login.actionLogin }).click()

packages/frontend-shared/src/gql-components/topnav/LoginModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
keypath="topNav.login.bodyInitial"
3131
>
3232
<ExternalLink
33-
href="https://on.cypress.io/dashboard"
33+
href="https://on.cypress.io/dashboard-introduction"
3434
>
3535
{{ t('topNav.login.cloud') }}
3636
</ExternalLink>

0 commit comments

Comments
 (0)