mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-24 09:29:35 -05:00
driver: skip and note a couple more problem tests
This commit is contained in:
@@ -440,7 +440,8 @@ describe "$Cypress.Cy Miscellaneous Commands", ->
|
||||
|
||||
@cy.get("button:first").ttrigger("mouseover", "foo")
|
||||
|
||||
it "throws when element animation exceeds timeout", (done) ->
|
||||
## FIXME: needs focus
|
||||
it.skip "throws when element animation exceeds timeout", (done) ->
|
||||
@cy._timeout(100)
|
||||
|
||||
mouseovers = 0
|
||||
|
||||
@@ -88,7 +88,7 @@ describe "$Cypress.Cy Text Commands", ->
|
||||
@cy.get(":text:first").type("foo{enter}")
|
||||
|
||||
## FIXME: flakiness due to animation events
|
||||
it "waits until element stops animating", (done) ->
|
||||
it.skip "waits until element stops animating", (done) ->
|
||||
@assertWindowIsInFocus =>
|
||||
retries = []
|
||||
input = $("<input class='slidein' />")
|
||||
|
||||
Reference in New Issue
Block a user