mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-22 15:12:27 -05:00
chore: Fix design system flake (#16604)
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user