Files
cappuccino/Tests/CucumberTests/CPAnimationContextTest/features/test_application.feature
T
cacaodev 5aa98966bc Cucapp test for CPView animation
Tests for commits #1, #2, #3 of this PR
2016-06-12 10:12:08 +02:00

24 lines
1.1 KiB
Gherkin

Feature: Cappuccino animations
Cappuccino animations powered by css animations
Scenario: Check if the demo application works
Given the application is launched
When I click on the button with the property identifier set to run
When I wait for 1 second
Then the delegate property passed should have the value true
When I click on the button with the property identifier set to run
When I wait for 1 second
Then the delegate property passed should have the value true
When I click on the button with the property identifier set to run
When I wait for 1 second
Then the delegate property passed should have the value true
When I click on the button with the property identifier set to run
When I wait for 1 second
Then the delegate property passed should have the value true
When I click on the button with the property identifier set to run
When I wait for 1 second
Then the delegate property passed should have the value true
When I click on the button with the property identifier set to run
When I wait for 1 second
Then the delegate property passed should have the value true