Fix grunt error

This commit is contained in:
Chris van Marle 2017-02-05 12:26:42 +01:00
parent 42f22119f2
commit 14c0307c09

View File

@ -42,7 +42,7 @@ describe("Argument 'dev'", function () {
}); });
it("should open dev console when provided", function () { it("should open dev console when provided", function () {
app.args = [appPath, 'dev']; app.args = [appPath, "dev"];
return app.start().then(function() { return app.start().then(function() {
return app.client.waitUntilWindowLoaded() return app.client.waitUntilWindowLoaded()