This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
1.1.0
Added:
- Assertion method which accepts a list of assertions
Changed:
- Assertions don't return a boolean anymore. Instead they will fail when they are not met. They also don't accept a boolean anymore if they are optional or not
- Config field
timeoutToGetAnUiElement
is removed. An UiElement will be found immediately or the test will fail inputText()
method now accepts a timeout how long it should wait for the text to appear after input