allow tests to run

outdent-ol-on-click
John McLear 2020-06-07 07:27:41 +00:00
parent ec6480aa39
commit 3d0c7166f4
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ describe("unassign unordered list", function(){
this.timeout(60000); this.timeout(60000);
}); });
xit("insert unordered list text then remove by clicking list again", function(done){ it("insert unordered list text then remove by clicking list again", function(done){
var inner$ = helper.padInner$; var inner$ = helper.padInner$;
var chrome$ = helper.padChrome$; var chrome$ = helper.padChrome$;
var originalText = inner$("div").first().text(); var originalText = inner$("div").first().text();