Skip to content

Commit e43a7c0

Browse files
committed
fix: build
1 parent 1957624 commit e43a7c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/spec_helper.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ module TestSessions
8585
#has_css? with spatial requirements supports spatial sugar
8686
#fill_in should fill in a textarea in a reasonable time by default
8787
#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
8890
REGEXP
8991

9092
intentional_skip = <<~REGEXP.split("\n").map { |s| Regexp.quote(s.strip) }.join("|")

0 commit comments

Comments
 (0)