Skip to content

Commit

Permalink
Merge branch '10.0-release' into elevatebart/fix/plugins-config-error…
Browse files Browse the repository at this point in the history
…-text
  • Loading branch information
Barthélémy Ledoux authored Apr 15, 2022
2 parents 7ea279d + b0a6ad8 commit 16262fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ describe('<LoginModal />', { viewportWidth: 1000, viewportHeight: 750 }, () => {
})

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

// begin the login process
cy.findByRole('button', { name: text.login.actionLogin }).click()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
keypath="topNav.login.bodyInitial"
>
<ExternalLink
href="https://on.cypress.io/dashboard"
href="https://on.cypress.io/dashboard-introduction"
>
{{ t('topNav.login.cloud') }}
</ExternalLink>
Expand Down

0 comments on commit 16262fe

Please sign in to comment.