You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: