Skip to content

Commit

Permalink
feat(desktop-gui): add ci and dashboard prompts with docs dropdown me…
Browse files Browse the repository at this point in the history
…nu (#16433)
  • Loading branch information
panzarino committed Jun 7, 2021
1 parent e0c385e commit 6171fdf
Show file tree
Hide file tree
Showing 25 changed files with 1,654 additions and 169 deletions.
8 changes: 8 additions & 0 deletions packages/desktop-gui/cypress/fixtures/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,14 @@
}
},
"responseTimeout": 20000,
"state": {
"firstOpened": 1609459200000,
"lastOpened": 1609459200000,
"promptsShown": {
"ci1": 1609459200000,
"orchestration1": 1609459200000
}
},
"socketId": null,
"socketIoCookie": "__socket.io",
"socketIoRoute": "/__socket.io",
Expand Down
14 changes: 0 additions & 14 deletions packages/desktop-gui/cypress/integration/login_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,20 +264,6 @@ describe('Login', function () {
})
})
})

describe('terms and privacy message', () => {
it('opens links to terms and privacy on click', function () {
cy.contains('a', 'Terms of Use')
.click().then(function () {
expect(this.ipc.externalOpen).to.be.calledWith('https://on.cypress.io/terms-of-use')
})

cy.contains('a', 'Privacy Policy')
.click().then(function () {
expect(this.ipc.externalOpen).to.be.calledWith('https://on.cypress.io/privacy-policy')
})
})
})
})

describe('when not connected to api server', function () {
Expand Down
Loading

3 comments on commit 6171fdf

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 6171fdf Jun 7, 2021

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/7.5.0/circle-develop-6171fdfff6816a66c88b31327ec4a499d1e0591e/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 6171fdf Jun 7, 2021

Choose a reason for hiding this comment

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

AppVeyor has built the win32 ia32 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/7.5.0/appveyor-develop-6171fdfff6816a66c88b31327ec4a499d1e0591e/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 6171fdf Jun 7, 2021

Choose a reason for hiding this comment

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

AppVeyor 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/7.5.0/appveyor-develop-6171fdfff6816a66c88b31327ec4a499d1e0591e/cypress.tgz

Please sign in to comment.