summaryrefslogtreecommitdiff
path: root/tests/frontend
diff options
context:
space:
mode:
authorPeter 'Pita' Martischka <petermartischka@googlemail.com>2012-11-13 08:05:05 -0800
committerPeter 'Pita' Martischka <petermartischka@googlemail.com>2012-11-13 08:05:05 -0800
commite13219fec9e8ec29fb871351e752266be942093d (patch)
tree362231d8f2b919f117413b3ca8fb488a195ac2fe /tests/frontend
parent4c095202bdee57cb3720333fc2699a8e92fc087f (diff)
downloadetherpad-lite-e13219fec9e8ec29fb871351e752266be942093d.zip
deactive test for issue #1125
Diffstat (limited to 'tests/frontend')
-rw-r--r--tests/frontend/specs/button_ordered_list.js2
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$;