Sha256: 0eb4615ac719212e0f0e9f1092a8a8f99d0f20c7566d7cf9437cfc93f2f8e205
Contents?: true
Size: 662 Bytes
Versions: 9
Compression:
Stored size: 662 Bytes
Contents
Feature: Interacting with Images Scenario: Should be able to click an image Given I'm on the image screen Then I should be able to click on the first image Scenario: Should be able to get the images view Given I'm on the image screen Then the first image should have the following properties: | property | value | | clickable | false | | enabled | true | | focusable | false | | focused | false | | selected | false | | shown | true | Scenario: Waiting for the drawable to load Given I'm on the image screen Then I should be able to wait until the images drawable has loaded
Version data entries
9 entries across 9 versions & 1 rubygems