Skip to content

Commit

Permalink
chore: fix datalist e2e (#6251)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin authored Dec 16, 2023
1 parent adcd5c5 commit ca9a62b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ describe(`DataList`, () => {
cy.get(`body`)
.type(`{downarrow}`.repeat(2))
.wait(dataListDebounce)
.type(`{rightarrow}`)
.type(`{enter}{rightarrow}`)
.type(`{downarrow}`.repeat(3))
.wait(dataListDebounce)
.type(`{rightarrow}`)
.type(`{enter}{rightarrow}`)
.type(`{downarrow}`.repeat(2));

cy.get(`tui-doc-page`)
Expand Down

0 comments on commit ca9a62b

Please sign in to comment.