spriteCloud / lapis-lazuli

Cucumber helper functions and scaffolding for easier test automation suite development.
Other
7 stars 7 forks source link

Throw => false not working for wait function #47

Closed sjieg closed 7 years ago

sjieg commented 7 years ago

Test case @timing_12 https://github.com/spriteCloud/lapis-lazuli/blob/master/test/features/timing.feature

elm = browser.wait(
      :element => {:id => id},
      :timeout => 3,
      :throw => false
    )

actual

An error is throws

expected

No error to be throws.