You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expect(testWindow.$(".CodeMirror").length).toBe(2);// HTML editor (working set) & JS editor (current)
338
342
339
343
cssDoc=cssMasterEditor=null;
344
+
}
345
+
346
+
it("should clean up (later) a master Editor auto-created by calling read-only Document API, if Editor not used by UI",asyncfunction(){
347
+
awaittestRef(false);
348
+
});
349
+
350
+
it("should clean up (later) a master Editor in auto tab space detect mode, auto-created by calling read-only Document API, if Editor not used by UI",asyncfunction(){
0 commit comments