Sha256: 0f84859145f54a918b74abaecacd9e03f9daa505f60b58f504a393bb113d6076

Contents?: true

Size: 990 Bytes

Versions: 2

Compression:

Stored size: 990 Bytes

Contents

Feature: Work with table cell objects

  Background:
    Given the comic characters page

  Scenario: Checking the state of table cells
    * the founded table entry for DC should exist
    * the founded table entry for DC should be visible
    * the founded table entry for DC should be a table cell object

  Scenario: Get text from a table cell
    * the founded table entry for DC should be "1934"
    * the founded table entry for Marvel should be "1939"

  Scenario Outline: Finding a table cell on the page
    When the founded table entry for DC is searched for by "<identifier>"
    Then it can be confirmed that the founded table entry for DC should be "1934"

    # Name will be added to the list when Symbiont can handle turning the
    # :name locator into a :tag_name reference.
    # Index will have to be determined based on all tables available.

    Scenarios:
      | identifier |
      | id         |
      | class      |
      | xpath      |

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
symbiont-0.2.1 specs/table_cell.feature
symbiont-0.2.0 specs/table_cell.feature