We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd9117 commit 9b0751fCopy full SHA for 9b0751f
README.md
@@ -6,7 +6,7 @@ This "Kit" adds many feature to speed up iOS app testing. It allows to write Uni
6
7
## Example :
8
9
-````
+```swift
10
func testWaitForTapableTextAndTapIt_shouldHaveTap() {
11
// Given
12
let solo = STKSolo()
@@ -20,7 +20,7 @@ func testWaitForTapableTextAndTapIt_shouldHaveTap() {
20
XCTAssertTrue(waitForText)
21
XCTAssertTrue(viewController.tapped)
22
}
23
+```
24
25
see more in [STKSoloTests.swift](https://github.com/openium/SwiftiumTestingKit/blob/master/STKTestAppTests/STKSoloTests.swift)
26
0 commit comments