Sha256: debeb8163ac109634fecd3767b6f32b42e8b188a1fca31121bab5eeb78dff00d
Contents?: true
Size: 665 Bytes
Versions: 16
Compression:
Stored size: 665 Bytes
Contents
Feature: Interacting with Radio Buttons Scenario: Clicking on a radio button by text Given I'm on the controls screen Then I should be able to click a radio button by "text" And the radio button identified by "text" should be checked Scenario: Clicking on a radio button by id Given I'm on the controls screen Then I should be able to click a radio button by "id" And the radio button identified by "id" should be checked Scenario: Clicking on a radio button by index Given I'm on the controls screen Then I should be able to click a radio button by "index" And the radio button identified by "index" should be checked
Version data entries
16 entries across 16 versions & 1 rubygems