Created
November 23, 2015 19:47
-
-
Save jennifer-shehane/ca29f916372ef364bc93 to your computer and use it in GitHub Desktop.
CypressError: The XHR server is unavailable or missing. This should never happen and likely is a bug. Open an issue if you see this message.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
describe "Folder File Entity [a7v]", -> | |
before -> | |
@visit() | |
describe "Folder Entity [66f]", -> | |
before -> | |
@visit() | |
cy.server(delay: 600) | |
it "foos [2a7]", -> | |
expect(true).to.be.true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment