fix tests

This commit is contained in:
tinkoff-dwh 2017-07-27 11:30:44 +03:00
parent 55b0f7b0ed
commit b3570e2bb9

View file

@ -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) {