mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix tests
This commit is contained in:
parent
55b0f7b0ed
commit
b3570e2bb9
1 changed files with 2 additions and 1 deletions
|
|
@ -71,7 +71,8 @@ describe('Search block e2e Test', function() {
|
|||
|
||||
/*Require: focus on any paragraph editor*/
|
||||
let openSearchBoxByShortcut = function() {
|
||||
browser.switchTo().activeElement().sendKeys(protractor.Key.chord(protractor.Key.CONTROL, "f"))
|
||||
browser.switchTo().activeElement().sendKeys(protractor.Key.chord(protractor.Key.CONTROL,
|
||||
protractor.Key.ALT, "f"))
|
||||
}
|
||||
|
||||
let countSubstringOccurrence = function(s, subs) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue