note flaky test [skip ci]

This commit is contained in:
Brian Mann
2017-10-13 23:08:18 -04:00
parent 2f6c09a54b
commit 6ef0625b59

View File

@@ -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)