diff --git a/tests/frontend/specs/button_ordered_list.js b/tests/frontend/specs/button_ordered_list.js index 3b42f90bd..ca7d755e9 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$; diff --git a/tests/frontend/specs/change_user_name.js b/tests/frontend/specs/change_user_name.js index d4f74eab7..ba089c90b 100644 --- a/tests/frontend/specs/change_user_name.js +++ b/tests/frontend/specs/change_user_name.js @@ -34,7 +34,7 @@ describe("change username value", function(){ done(); } }); - }, 0); + }, 1000); });