Sha256: 3f92ecd9d6f73f1cc11ebb721f33b83544da25328773bc8807b37ab3f36263fb
Contents?: true
Size: 1.19 KB
Versions: 2
Compression:
Stored size: 1.19 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"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
symbiont-0.1.1 | specs/table.feature |
symbiont-0.1.0 | specs/table.feature |