We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1957624 commit e43a7c0Copy full SHA for e43a7c0
spec/spec_helper.rb
@@ -85,6 +85,8 @@ module TestSessions
85
#has_css? with spatial requirements supports spatial sugar
86
#fill_in should fill in a textarea in a reasonable time by default
87
#has_element? should be true if the given element is on the page
88
+ #assert_matches_style should raise error if the elements style doesn't contain the given properties
89
+ #has_css? :style option should support Hash
90
REGEXP
91
92
intentional_skip = <<~REGEXP.split("\n").map { |s| Regexp.quote(s.strip) }.join("|")
0 commit comments