diff options
Diffstat (limited to 'tests/frontend/specs/indentation.js')
-rw-r--r-- | tests/frontend/specs/indentation.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/frontend/specs/indentation.js b/tests/frontend/specs/indentation.js index 9692120a..3d14a7a8 100644 --- a/tests/frontend/specs/indentation.js +++ b/tests/frontend/specs/indentation.js @@ -158,8 +158,8 @@ describe("indentation button", function(){ testHelper.selectText(firstTextElement[0], $inner); /* this test creates the below content, both should have double indentation - line1 - line2 + line1 + line2 firstTextElement.sendkeys('{rightarrow}'); // simulate a keypress of enter |