Updated

features/support / xpath_helpers.rb

A
5 lines of codes
1 methods
0.0 complexity/method
1 churn
0.0 complexity
0 duplications
module XPathHelpers
  1. XPathHelpers has no descriptive comment
def self.class_matching(class_name) "[contains(concat(' ', normalize-space(@class), ' '), ' #{class_name} ')]" end end