Exception: Calabash::Cucumber::WaitHelpers::WaitError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/calabash-cucumber/wait_helpers.rb

Overview

‘WaitError` is the error type raised when a timeout occurs during a wait. To handle a timeout without causing test failure use

Examples:

begin
  ...
rescue Calabash::Cucumber::WaitHelpers::WaitError => e
  ...
end