Skip to content

Commit

Permalink
Add TODO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sainthkh committed Feb 21, 2022
1 parent 6622903 commit c944ac6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ describe('src/cy/commands/actions/type - #type events', () => {
cy.get(':text:first').type('a')
})

// https://github.com/cypress-io/cypress/issues/20283
// TODO: Implement tests below.
it('fires events in the correct order')

it('fires events for each key stroke')
Expand Down Expand Up @@ -348,6 +350,8 @@ describe('src/cy/commands/actions/type - #type events', () => {
})
})

// https://github.com/cypress-io/cypress/issues/20283
// TODO: implement this test
it('fires when element is tabbed away from')//, ->
// changed = 0

Expand Down

0 comments on commit c944ac6

Please sign in to comment.