mirror of
https://github.com/cypress-io/cypress.git
synced 2026-03-17 09:51:58 -05:00
note flaky test [skip ci]
This commit is contained in:
@@ -230,7 +230,7 @@ describe "src/cy/commands/navigation", ->
|
||||
|
||||
$(doc.body).empty().html(@body)
|
||||
|
||||
it "sets timeout to Cypress.config(pageLoadTimeout)", ->
|
||||
it "(FLAKY) sets timeout to Cypress.config(pageLoadTimeout)", ->
|
||||
timeout = cy.spy Promise.prototype, "timeout"
|
||||
Cypress.config("pageLoadTimeout", 4567)
|
||||
|
||||
@@ -412,7 +412,7 @@ describe "src/cy/commands/navigation", ->
|
||||
expect(lastLog.get("snapshots")[1].body).to.be.an("object")
|
||||
|
||||
context "#visit", ->
|
||||
it "sets timeout to Cypress.config(pageLoadTimeout)", ->
|
||||
it "(FLAKY) sets timeout to Cypress.config(pageLoadTimeout)", ->
|
||||
timeout = cy.spy Promise.prototype, "timeout"
|
||||
|
||||
Cypress.config("pageLoadTimeout", 4567)
|
||||
|
||||
Reference in New Issue
Block a user