mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 13:07:02 +00:00
9 lines
446 B
Gherkin
9 lines
446 B
Gherkin
Feature: Test the CPViewController asynchronous loading
|
|
This test is used to make sure that the isViewLoaded property is true when the loading has ended.
|
|
|
|
Scenario: Check if the application is launched
|
|
Given the application is launched
|
|
When I click on the button with the property identifier set to load
|
|
Given I wait for 1 second
|
|
Then the field with the property identifier set to result should have the value isViewLoaded=true
|