Sha256: 5492d0b50d0ab6204e1be6aa6ed5f7c60d8181384c10c13f4a246be9ff129ac4

Contents?: true

Size: 346 Bytes

Versions: 1

Compression:

Stored size: 346 Bytes

Contents

Feature: Panel
  In order to value
  As a role
  I want feature

  @selenium
  Scenario: The SimplePanel component should be able to update its body's HTML from the server
    When I go to the SimplePanel test page
    Then I should see "Original HTML"
    When I press "Update html"
    Then I should see "HTML received from server"
  
  
  
  

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
netzke-basepack-0.6.0 features/simple_panel.feature