mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
OptionNotFound error is no longer used
This commit is contained in:
parent
2ea3607870
commit
8fa886826f
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ module Capybara
|
||||||
class CapybaraError < StandardError; end
|
class CapybaraError < StandardError; end
|
||||||
class DriverNotFoundError < CapybaraError; end
|
class DriverNotFoundError < CapybaraError; end
|
||||||
class ElementNotFound < CapybaraError; end
|
class ElementNotFound < CapybaraError; end
|
||||||
class OptionNotFound < ElementNotFound; end
|
|
||||||
class UnselectNotAllowed < CapybaraError; end
|
class UnselectNotAllowed < CapybaraError; end
|
||||||
class NotSupportedByDriverError < CapybaraError; end
|
class NotSupportedByDriverError < CapybaraError; end
|
||||||
class TimeoutError < CapybaraError; end
|
class TimeoutError < CapybaraError; end
|
||||||
|
|
Loading…
Reference in a new issue