diff options
author | Peter 'Pita' Martischka <petermartischka@googlemail.com> | 2012-11-13 08:05:05 -0800 |
---|---|---|
committer | Peter 'Pita' Martischka <petermartischka@googlemail.com> | 2012-11-13 08:05:05 -0800 |
commit | e13219fec9e8ec29fb871351e752266be942093d (patch) | |
tree | 362231d8f2b919f117413b3ca8fb488a195ac2fe /tests/frontend | |
parent | 4c095202bdee57cb3720333fc2699a8e92fc087f (diff) | |
download | etherpad-lite-e13219fec9e8ec29fb871351e752266be942093d.zip |
deactive test for issue #1125
Diffstat (limited to 'tests/frontend')
-rw-r--r-- | tests/frontend/specs/button_ordered_list.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/frontend/specs/button_ordered_list.js b/tests/frontend/specs/button_ordered_list.js index 3b42f90b..ca7d755e 100644 --- a/tests/frontend/specs/button_ordered_list.js +++ b/tests/frontend/specs/button_ordered_list.js @@ -17,7 +17,7 @@ describe("assign ordered list", function(){ }).done(done); }); - it("keeps the numbered list on enter for the new line - EMULATES PASTING INTO A PAD", function(done){ + xit("issue #1125 keeps the numbered list on enter for the new line - EMULATES PASTING INTO A PAD", function(done){ var inner$ = helper.padInner$; var chrome$ = helper.padChrome$; |