Merge branch 'develop' into feature/i18n

This commit is contained in:
Peter 'Pita' Martischka 2012-11-13 08:47:38 -08:00
commit c008d7bbbe
2 changed files with 2 additions and 2 deletions

View file

@ -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$;

View file

@ -34,7 +34,7 @@ describe("change username value", function(){
done();
}
});
}, 0);
}, 1000);
});