Protractor 5.1.2
Firefox 54.0.1
Нужно организовать двойной клик. При использовании в тесте
browser.actions()
.click(element)
.click(element)
.perform();
У меня появляется ошибка
(node:14520) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): WebDriverError
(node:14520) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
(node:14520) PromiseRejectionHandledWarning: Promise rejection was handled asynchronously (rejection id: 1)
Помогите разобраться