Skip to content

Commit

Permalink
fix(unify): Update Cypress Dashboard Service Link in Login Modal (#21084
Browse files Browse the repository at this point in the history
)
  • Loading branch information
davidmunechika authored Apr 15, 2022
1 parent 22917ce commit b0a6ad8
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

3 comments on commit b0a6ad8

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on b0a6ad8 Apr 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/10.0.0/linux-x64/10.0-release-b0a6ad8c210865a056bc8ac00612779b78b5a498/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on b0a6ad8 Apr 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/10.0.0/darwin-x64/10.0-release-b0a6ad8c210865a056bc8ac00612779b78b5a498/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on b0a6ad8 Apr 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the win32 x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/10.0.0/win32-x64/10.0-release-b0a6ad8c210865a056bc8ac00612779b78b5a498/cypress.tgz

Please sign in to comment.