Sha256: 9b05109ca15f8413bf99badf8b04cfc015a5587279886947ae5fa9aef2dbda36
Contents?: true
Size: 799 Bytes
Versions: 7
Compression:
Stored size: 799 Bytes
Contents
Feature: Working with tab controls Background: Given we are looking at the about screen Scenario: Getting the currently selected tab Then we know that the currently selected tab is "Info" Scenario: Getting the available tabs Then we know that the available tabs are "Info, Other Info" Scenario: Selecting tabs by index When we select the tab at index "1" Then we know that the currently selected tab is "Other Info" Scenario: Selecting tabs by their values When we select the tab with the text "Other Info" Then we know that the currently selected tab is "Other Info" Scenario: Selecting tabs by a regex When we select the tab with the regex "[Oo]ther?\sInfo$" Then we know that the currently selected tab is "Other Info"
Version data entries
7 entries across 7 versions & 1 rubygems