1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-06 03:50:04 +02:00

Fix setClipboard call.

This commit is contained in:
Simo Kinnunen 2014-05-09 19:32:11 +09:00
parent 3058024d97
commit ed21780a6a

View file

@ -269,7 +269,7 @@ module.exports = syrup.serial()
}
plugin.paste = function(text) {
return setClipboard(text)
return plugin.setClipboard(text)
.then(function() {
keyEvent({
event: apk.wire.MessageType.DO_PRESS