Commit fb79b3bf authored by Hurtak's avatar Hurtak

Fixed JSHint error 'Strings must use singlequote'

parent 89c41418
...@@ -70,7 +70,7 @@ module.exports.todoMVCTest = function (frameworkName, baseUrl, speedMode, laxMod ...@@ -70,7 +70,7 @@ module.exports.todoMVCTest = function (frameworkName, baseUrl, speedMode, laxMod
test.describe('When page is initially opened', function () { test.describe('When page is initially opened', function () {
test.it('should focus on the todo input field', function () { test.it('should focus on the todo input field', function () {
testOps.assertFocussedElementId("new-todo"); testOps.assertFocussedElementId('new-todo');
}); });
}); });
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment