mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 09:56:15 -04:00
tests: remove another setTimeout for Edge tests..
This commit is contained in:
parent
cc606a24d7
commit
8c669682c4
2 changed files with 5 additions and 2 deletions
|
@ -74,12 +74,12 @@ describe("select formatting buttons when selection has style applied", function(
|
|||
});
|
||||
// remove selection from previous line
|
||||
selectLine(line + 1);
|
||||
setTimeout(function() {
|
||||
//setTimeout(function() {
|
||||
// select the text or place the caret on a position that
|
||||
// has the formatting text applied previously
|
||||
selectTarget(line);
|
||||
cb();
|
||||
}, 1000);
|
||||
//}, 1000);
|
||||
}
|
||||
|
||||
var pressFormattingShortcutOnSelection = function(key) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue