Commit aeb5e7e2 authored by Arthur Verschaeve's avatar Arthur Verschaeve

Fix indentation

Ref 07353bcd
parent 4c4c248c
...@@ -49,7 +49,7 @@ function TestOperations(page) { ...@@ -49,7 +49,7 @@ function TestOperations(page) {
this.assertClearCompleteButtonText = function (buttonText) { this.assertClearCompleteButtonText = function (buttonText) {
return page.tryGetClearCompleteButton() return page.tryGetClearCompleteButton()
.getText().then(function (text) { .getText().then(function (text) {
assert.equal(buttonText, text); assert.equal(buttonText, text);
}); });
}; };
......
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