Sha256: 10ab6901dd842818894bca6087f1e9f99f02410a0010948722299d66ba673609
Contents?: true
Size: 266 Bytes
Versions: 8
Compression:
Stored size: 266 Bytes
Contents
module Capybara module Node module Finders def find(*args) args = '#' + ApplicationController.helpers.dom_id(args.first) if args.first.respond_to?(:to_key) wait_until { first(*args) or raise_find_error(*args) } end end end end
Version data entries
8 entries across 8 versions & 1 rubygems