Skip to content

Commit

Permalink
chore: Fix design system flake (#16604)
Browse files Browse the repository at this point in the history
  • Loading branch information
agg23 authored May 20, 2021
1 parent 24a4d76 commit 340a6e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions npm/design-system/src/components/fileTree/FileTree.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ describe('FileTree', () => {

cy.get('[data-cy=virtualized-tree] > div').scrollTo('bottom')

cy.contains('.treeChild', 'File 99').should('be.visible')

cy.get('[data-cy=virtualized-tree]').focus().type('{downarrow}').type('{downarrow}')

cy.contains('.treeChild', 'File 3').should('be.visible')
Expand Down

4 comments on commit 340a6e4

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 340a6e4 May 20, 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.4.0/circle-develop-340a6e4dd87357eefe8f064ef3220d35141d875e/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 340a6e4 May 20, 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.4.0/appveyor-develop-340a6e4dd87357eefe8f064ef3220d35141d875e/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 340a6e4 May 20, 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.4.0/appveyor-develop-340a6e4dd87357eefe8f064ef3220d35141d875e/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 340a6e4 May 20, 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 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/7.4.0/circle-develop-340a6e4dd87357eefe8f064ef3220d35141d875e/cypress.tgz

Please sign in to comment.