Sha256: 42594eb55a5d60e2576375ca93206dbd80525ffdeb7c71b71a3a7cd94d323202

Contents?: true

Size: 1.36 KB

Versions: 3

Compression:

Stored size: 1.36 KB

Contents

Feature: Ability to Support Table Web Objects

  Scenario: Reference a table
    When on the object test page
    Then the atomic elements table should exist
    And the atomic elements table should be visible
    And the atomic elements table should be a table object

  Scenario: Reference a table cell
    When on the object test page
    Then the savings value cell for January should exist
    And the savings value cell for January should be visible
    And the savings value cell for January should be a table cell object

  Scenario: Get text from a table cell
    When on the object test page
    Then the savings value cell for January should be "$100"
    And the savings value cell for February should be "$80"

  Scenario: Collect information from a table
    When getting information from the atomic elements table
    Then the data for row "1" should be "Element", "Symbol", and "Atomic Number"
    And the data for row "2" should be "Carbon", "C", and "6"
    And the atomic elements table should have "5" rows
    And row "1" should have "3" columns
    And the data for the first row should be "Element", "Symbol", and "Atomic Number"
    And the data for the last row should be "Xenon", "Xe", and "54"

  Scenario: Get information from a table by named column and row
    When getting information from the atomic elements table
    Then the symbol for carbon should be "C"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
symbiont-0.1.4 specs/table.feature
symbiont-0.1.3 specs/table.feature
symbiont-0.1.2 specs/table.feature