mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +02:00
Fix setClipboard call.
This commit is contained in:
parent
3058024d97
commit
ed21780a6a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue