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