Sha256: 284a9b299f60599c6022dc10110c82b84d1e920e7bc52559143567374fafa32e

Contents?: true

Size: 1.04 KB

Versions: 2

Compression:

Stored size: 1.04 KB

Contents

Feature: Ability to handle browser and page actions.

  Scenario: Getting web page text
    * the text "Multiphasic Temporal Convergence" appears on the web objects page

  Scenario: Getting web page markup
    * the markup "<legend>Tell Us What You Read</legend>" appears in the web objects page

  Scenario: Getting web page title
    * the title "Web Objects | Symbiote" appears for the web objects page

  Scenario: Getting the web page url
    * the url "http://localhost:9292/webobject" matches the web objects page

  Scenario: Getting the type of element with focus
    * the "name" text field should have focus on initial loading of the web objects page

  Scenario: Setting the focus to an element
    When setting the focus on the chameleoflage armor field
    Then the "cameleoflage armor" checkbox should have focus

  Scenario: Back, forward, and refresh browser actions
    * going back from the web objects to the home page
    * going forward from the home page to the web objects page
    * refreshing the web objects page

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
symbiont-0.2.1 specs/evaluators.feature
symbiont-0.2.0 specs/evaluators.feature