Sha256: f7284be5512d7b1fb5978801831a467f9dde747bcf31f22291c9532ad7373b1e

Contents?: true

Size: 541 Bytes

Versions: 1

Compression:

Stored size: 541 Bytes

Contents

Feature: Interacting with alerts

  Background:
    Given I am on the "HomePage"
    When I click the view defined "show_alert"

  Scenario: Getting the title of an alert view
    Then I see the title of the alert defined "alert" is "Rufus Alert"

  Scenario: Selecting action button in alert view
    And I select the "Ok" button on the alert defined "alert"
    Then I am on the "RufusPage"

  Scenario: Selecting cancel button in alert view
    And I select the "Cancel" button on the alert defined "alert"
    Then I am on the "HomePage"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rufus-0.3 features/alert.feature