Sha256: 9caf629b118580cb5d4c437c8d860bbbb54f8f054dc5eacbe98635b80b3169f8
Contents?: true
Size: 208 Bytes
Versions: 2
Compression:
Stored size: 208 Bytes
Contents
module Assertions module Base def assert_appears(selector,options={},&block) assert has_no_css?(selector, options) block.call wait_until{ has_css?(selector, options) } end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gmail_test-0.0.7 | lib/gmail_test/assertions/base.rb |
gmail_test-0.0.6 | lib/gmail_test/assertions/base.rb |