Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix chrome test failures when executing qunit using the file protocol #173

Open
FagnerMartinsBrack opened this issue Jan 12, 2015 · 0 comments

Comments

@FagnerMartinsBrack
Copy link

Chrome has some default security measures that makes it impossible to execute some ajax calls using the file: protocol. That is the reason why one of the tests in #169 screenshot fails, it should be run in a server.

The commit below add grunt-contrib-connect to be able to execute and debug the tests in the browser without any failure in chrome.

web-stories@c2838a4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant