mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-27 14:07:03 +00:00
24 lines
1.1 KiB
Gherkin
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
|