Sha256: 5c01f98536a25caa707eb5240f2b60510c7772708d5f54b8a2b0e8d7aae473ff

Contents?: true

Size: 624 Bytes

Versions: 5

Compression:

Stored size: 624 Bytes

Contents

Feature: Ability to handle browser and page actions.

  Scenario: Getting web page text
    When on the object test page
    Then the page should contain the text "Multiphasic Temporal Convergence"
  
  Scenario: Getting web page markup
    When on the object test page
    Then the page should contain the markup "<td>Carbon</td>"
  
  Scenario: Getting web page title
    When on the object test page
    Then the page should have the title "Simple Object Page | Test Application"
    
  Scenario: Getting the web page url
    When on the object test page
    Then the page url should be "http://localhost:4567/test_page"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
symbiont-0.1.7 specs/evaluators.feature
symbiont-0.1.6 specs/evaluators.feature
symbiont-0.1.5 specs/evaluators.feature
symbiont-0.1.4 specs/evaluators.feature
symbiont-0.1.3 specs/evaluators.feature