@webtest @webtable Feature: JMRI Web Table Scenario Outline: Web Table requests Given I am using When panel is loaded And is visible Then item with entry has state @firefox Examples: Firefox Table Tests | browser | panel | table | item | column | state | | firefox | java/test/jmri/jmrit/display/configurexml/load/OneOfEach.xml | Turnouts | IT0 | state |closed | | firefox | java/test/jmri/jmrit/display/configurexml/load/OneOfEach.xml | Turnouts | IT1 | state |unknown | @chrome Examples: Chrome TableTests | browser | panel | table | item | column | state | | chrome| java/test/jmri/jmrit/display/configurexml/load/OneOfEach.xml | Turnouts | IT0 | state |closed | | chrome | java/test/jmri/jmrit/display/configurexml/load/OneOfEach.xml | Turnouts | IT1 | state |unknown |