Sha256: 2663faf840c1a84f8eee273bb23e8abf70015bcfc06266b95dbab4bb2aeb85f9

Contents?: true

Size: 310 Bytes

Versions: 3

Compression:

Stored size: 310 Bytes

Contents

module Furter
  module Accessors
    class MapPin < View
      include Frank::Cucumber::FrankHelper

      def click
        wait_for_nothing_to_be_animating
        super
      end

      private
      def selector
        "view:'MKPinAnnotationView' marked:'#{@locator[:text]}'"
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
furter-0.0.3.2 lib/furter/accessors/map_pin.rb
furter-0.0.3.1 lib/furter/accessors/map_pin.rb
furter-0.0.3 lib/furter/accessors/map_pin.rb