Skip to content

Commit b0a6ad8

Browse files
fix(unify): Update Cypress Dashboard Service Link in Login Modal (#21084)
1 parent 22917ce commit b0a6ad8

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)