Sha256: 4d547b95daba30ff3db724cde54be6aad66a36570291f26e1d9ea16e91552ee2
Contents?: true
Size: 630 Bytes
Versions: 8
Compression:
Stored size: 630 Bytes
Contents
Feature: JsMixins In order to value As a role I want feature @javascript Scenario: ComponentWithJsMixin should behave Given I am on the ComponentWithJsMixin test page When I press "Action one" Then I should see "Action One triggered!" When I press "Action two" Then I should see "Action Two triggered!" When I press "Action three" Then I should see "Action Three triggered!" @javascript Scenario: ExtendedComponentWithJsMixin should behave, too Given I am on the ExtendedComponentWithJsMixin test page When I press "Action three" Then I should see "Action Three triggered!"
Version data entries
8 entries across 8 versions & 1 rubygems