Sha256: edc7c7a397c0ed30aded88eefeb0684ee91963433b76a3de2ef3e2e134dc526c
Contents?: true
Size: 878 Bytes
Versions: 1
Compression:
Stored size: 878 Bytes
Contents
Feature: Image Background: Given I am on the static elements page Scenario: Getting the image element When I get the image element Then the image should be "106" pixels wide And the image should be "106" pixels tall Scenario Outline: Locating an image on the page When I get the image element by "<locate_by>" Then the image should be "106" pixels wide And the image should be "106" pixels tall Examples: | locate_by | | id | | class | | name | | xpath | | index | @multi Scenario Outline: Locating an image using multiple parameters When I get the image element bys "<param1>" and "<param2>" Then the image should be "106" pixels wide And the image should be "106" pixels tall Examples: | param1 | param2 | | class | index | | name | index |
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
druid-ts-0.0.1 | features/image.feature |