Sha256: 2bda4de04e4bef27b0b80594dafa32815e3c36433cf044f93bebd2b3d3d15c7f
Contents?: true
Size: 916 Bytes
Versions: 4
Compression:
Stored size: 916 Bytes
Contents
Feature: Humans can confirm test results In order to ensure that humans can be utilized and incorporated into acceptance testing flow As a human tester I want be able to receive information and provide feedback Scenario: Basic Yes/No Dialog Then I should say "I can see a yes/no dialog box" Scenario: Info Box When I display the message "TEST MESSAGE. Please close me." Then I should say "I saw the 'TEST MESSAGE'" Scenario: Single Warning (dialog) Given this warning is displayed: |dialog| Then I should say "I am aware that dialogs will used for manual verification" Scenario: Multiple warnings (dialog & firefox) Given these warnings are displayed: |dialog| |firefox| Then I should say "I am aware that dialogs will used for manual verification" Then I should say "I saw an informational warning about firefox requirements"
Version data entries
4 entries across 4 versions & 2 rubygems