chore: Fix design system flake (#16604)

This commit is contained in:
Adam Gastineau
2021-05-20 09:16:58 -07:00
committed by GitHub
parent 24a4d765a7
commit 340a6e4dd8
@@ -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')