mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Added missing dsl methods
This commit is contained in:
parent
99a3bd8f82
commit
e123a602c4
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ module Capybara
|
|||
:field_labeled, :fill_in, :find, :find_button, :find_by_id, :find_field, :find_link, :has_content?, :has_css?,
|
||||
:has_no_content?, :has_no_css?, :has_no_xpath?, :has_xpath?, :locate, :save_and_open_page, :select, :source, :uncheck,
|
||||
:visit, :wait_until, :within, :within_fieldset, :within_table, :has_link?, :has_no_link?, :has_button?, :has_no_button?,
|
||||
:has_field?, :has_no_field?, :has_checked_field?, :has_unchecked_field?
|
||||
:has_field?, :has_no_field?, :has_checked_field?, :has_unchecked_field?, :has_no_table?, :has_table?, :unselect,
|
||||
:has_select?, :has_no_select?
|
||||
]
|
||||
|
||||
attr_reader :mode, :app
|
||||
|
|
Loading…
Reference in a new issue