Skip to content

Commit

Permalink
correct comments tagging fixed issues for cy.type (#5425)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuceb authored and jennifer-shehane committed Oct 23, 2019
1 parent 5ddcf76 commit 1e78c3a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2832,6 +2832,7 @@ describe('src/cy/commands/actions/type', () => {
})
})

// sends keyboard events for modifiers https://github.com/cypress-io/cypress/issues/3316
it('sends keyup event for activated modifiers when typing is finished', (done) => {
const $input = cy.$$('input:text:first')
const events = []
Expand Down Expand Up @@ -4251,7 +4252,7 @@ describe('src/cy/commands/actions/type', () => {
})

// Updated not to input text when non-shift modifier is pressed
// https://github.com/cypress-io/cypress/issues/3316
// https://github.com/cypress-io/cypress/issues/5424
it('has a table of keys', () => {
cy.get(':text:first').type('{cmd}{option}foo{enter}b{leftarrow}{del}{enter}')
.then(function () {
Expand Down

6 comments on commit 1e78c3a

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 1e78c3a Oct 23, 2019

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.

You can install this pre-release platform-specific build using instructions at https://on.cypress.io/installing-cypress#Install-pre-release-version.

You will need to use custom CYPRESS_INSTALL_BINARY url and install Cypress using an url instead of the version.

export CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/3.5.0/linux-x64/circle-develop-1e78c3afa7df69d505f981eaf195076d6bfdf4f6-171776/cypress.zip
npm install https://cdn.cypress.io/beta/npm/3.5.0/circle-develop-1e78c3afa7df69d505f981eaf195076d6bfdf4f6-171773/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 1e78c3a Oct 23, 2019

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.

You can install this pre-release platform-specific build using instructions at https://on.cypress.io/installing-cypress#Install-pre-release-version.

You will need to use custom CYPRESS_INSTALL_BINARY url and install Cypress using an url instead of the version.

set CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/3.5.0/win32-ia32/appveyor-develop-1e78c3afa7df69d505f981eaf195076d6bfdf4f6-28329905/cypress.zip
npm install https://cdn.cypress.io/beta/binary/3.5.0/win32-ia32/appveyor-develop-1e78c3afa7df69d505f981eaf195076d6bfdf4f6-28329905/cypress.zip

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 1e78c3a Oct 23, 2019

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.

You can install this pre-release platform-specific build using instructions at https://on.cypress.io/installing-cypress#Install-pre-release-version.

You will need to use custom CYPRESS_INSTALL_BINARY url and install Cypress using an url instead of the version.

set CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/3.5.0/win32-x64/appveyor-develop-1e78c3afa7df69d505f981eaf195076d6bfdf4f6-28329905/cypress.zip
npm install https://cdn.cypress.io/beta/binary/3.5.0/win32-x64/appveyor-develop-1e78c3afa7df69d505f981eaf195076d6bfdf4f6-28329905/cypress.zip

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 1e78c3a Oct 23, 2019

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.

You can install this pre-release platform-specific build using instructions at https://on.cypress.io/installing-cypress#Install-pre-release-version.

You will need to use custom CYPRESS_INSTALL_BINARY url and install Cypress using an url instead of the version.

export CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/3.5.0/darwin-x64/circle-develop-1e78c3afa7df69d505f981eaf195076d6bfdf4f6-171783/cypress.zip
npm install https://cdn.cypress.io/beta/npm/3.5.0/circle-develop-1e78c3afa7df69d505f981eaf195076d6bfdf4f6-171784/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 1e78c3a Oct 23, 2019

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.

You can install this pre-release platform-specific build using instructions at https://on.cypress.io/installing-cypress#Install-pre-release-version.

You will need to use custom CYPRESS_INSTALL_BINARY url and install Cypress using an url instead of the version.

set CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/3.5.1/win32-ia32/appveyor-develop-1e78c3afa7df69d505f981eaf195076d6bfdf4f6-28332033/cypress.zip
npm install https://cdn.cypress.io/beta/binary/3.5.1/win32-ia32/appveyor-develop-1e78c3afa7df69d505f981eaf195076d6bfdf4f6-28332033/cypress.zip

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 1e78c3a Oct 23, 2019

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.

You can install this pre-release platform-specific build using instructions at https://on.cypress.io/installing-cypress#Install-pre-release-version.

You will need to use custom CYPRESS_INSTALL_BINARY url and install Cypress using an url instead of the version.

set CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/3.5.1/win32-x64/appveyor-develop-1e78c3afa7df69d505f981eaf195076d6bfdf4f6-28332033/cypress.zip
npm install https://cdn.cypress.io/beta/binary/3.5.1/win32-x64/appveyor-develop-1e78c3afa7df69d505f981eaf195076d6bfdf4f6-28332033/cypress.zip

Please sign in to comment.