Sha256: 4b41f5298180dc708b24f4a4bd1f9fee730ebe058eebf293f1a54780aaf1b610
Contents?: true
Size: 242 Bytes
Versions: 4
Compression:
Stored size: 242 Bytes
Contents
module Matchers def assert_current_path(expected_path) assert_equal current_path, expected_path end def assert_text(text) page.assert_text text end def assert_button(locator) assert page.has_button?(locator) end end
Version data entries
4 entries across 4 versions & 1 rubygems