File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
RxExample/RxExample-iOSUITests Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ extension FlowTests {
47
47
}
48
48
49
49
func testSearchWikipedia( ) {
50
- app. tables. allElementsBoundByIndex [ 0 ] . cells. allElementsBoundByIndex [ 12 ] . tap ( )
50
+ app. tables. allElementsBoundByIndex [ 0 ] . cells. allElementsBoundByIndex [ 13 ] . tap ( )
51
51
52
52
let searchField = app. tables. children ( matching: . searchField) . element
53
53
@@ -62,7 +62,7 @@ extension FlowTests {
62
62
}
63
63
64
64
func testMasterDetail( ) {
65
- app. tables. allElementsBoundByIndex [ 0 ] . cells. allElementsBoundByIndex [ 10 ] . tap ( )
65
+ app. tables. allElementsBoundByIndex [ 0 ] . cells. allElementsBoundByIndex [ 11 ] . tap ( )
66
66
waitForElementToAppear ( app. tables. allElementsBoundByIndex [ 0 ] . cells. element ( boundBy: 5 ) , timeout: 10.0 )
67
67
68
68
let editButton = app. navigationBars. buttons [ " Edit " ]
@@ -91,12 +91,12 @@ extension FlowTests {
91
91
}
92
92
93
93
func testAnimatedPartialUpdates( ) {
94
- app. tables. allElementsBoundByIndex [ 0 ] . cells. allElementsBoundByIndex [ 11 ] . tap ( )
94
+ app. tables. allElementsBoundByIndex [ 0 ] . cells. allElementsBoundByIndex [ 12 ] . tap ( )
95
95
96
96
wait ( interval: 1.0 )
97
97
98
98
let randomize = app. navigationBars. buttons [ " Randomize " ]
99
- waitForElementToAppear ( randomize)
99
+ waitForElementToAppear ( randomize, timeout : 5 )
100
100
101
101
randomize. tap ( )
102
102
randomize. tap ( )
You can’t perform that action at this time.
0 commit comments