Sha256: 31edaa59d92d220349120a45a2443a121e3029f32b101a32665b1b1377d6735b

Contents?: true

Size: 314 Bytes

Versions: 1

Compression:

Stored size: 314 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

1 entries across 1 versions & 1 rubygems

Version Path
furter-0.0.3.3 lib/furter/accessors/map_pin.rb