wolfenrain/fluttium

fix: Fatal driver exception occurred: Unsupported operation: PressOn must have either text or offset

ahmednfwela opened this issue · 1 comments

Description

pressOn action doesn't work when you pass it an offset

Steps To Reproduce
works:

- pressOn:
  text: "hello"

doesn't work:

- pressOn:
  offset: [10, 150]

and raises:

Fatal driver exception occurred: Unsupported operation: PressOn must have either text or offset 

Env

fluttium_cli: 0.1.2.

Fixed by indenting properly #366 (comment)