Skip to content

Commit

Permalink
fix: autocomplete tests (#5407)
Browse files Browse the repository at this point in the history
Restore accidentally commented out tests
  • Loading branch information
akoreman committed Nov 30, 2023
1 parent 94d68a7 commit cf6999d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/autocomplete_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module.exports = {
editor.container.remove();
editor = null;
}
},/*
},
"test: highlighting in the popup": function (done) {
var editor = initEditor("\narraysort alooooooooooooooooooooooooooooong_word");
// editor.container.style.width = "500px";
Expand Down Expand Up @@ -1124,7 +1124,7 @@ module.exports = {
function isLoading() {
return completer.popup.renderer.container.classList.contains("ace_loading");
}
},*/
},
"test: if there is very long ghost text, popup should be rendered at the bottom of the editor container": function(done) {
var editor = initEditor("hello world\n");

Expand Down

0 comments on commit cf6999d

Please sign in to comment.