allow tests to run

This commit is contained in:
John McLear 2020-06-07 07:27:41 +00:00
parent ec6480aa39
commit 3d0c7166f4

View file

@ -41,7 +41,7 @@ describe("unassign unordered list", function(){
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 chrome$ = helper.padChrome$;
var originalText = inner$("div").first().text();