Commit c8eaad46 authored by Sam Saccone's avatar Sam Saccone

style: Fix jscs warnings

parent 45b15b54
......@@ -22,8 +22,8 @@ function TestOperations(page) {
});
}
this.assertFocussedElementId = function(expectedId) {
page.getFocussedElementId().then(function(id) {
this.assertFocussedElementId = function (expectedId) {
page.getFocussedElementId().then(function (id) {
assert.equal(id, expectedId, 'The focused element did not have the expected id ' + expectedId);
});
};
......
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