send press key to tabs
This commit is contained in:
parent
cf03d278eb
commit
3f8bbe11d9
11 changed files with 153 additions and 30 deletions
|
@ -5,6 +5,6 @@ return function(){
|
|||
var args = arguments
|
||||
setTimeout(() => {
|
||||
start(args)
|
||||
}, 1000);
|
||||
}, 3000);
|
||||
};
|
||||
}(window.__karma__.start));
|
||||
|
|
Reference in a new issue