File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
example/macos/AsyncStorageExample-macOSUITests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ - (void)setUp
36
36
_restartButton = _window.otherElements [@" restart_button" ].staticTexts .firstMatch ;
37
37
[self waitForExpectation: exists evaluatedWithObject: _restartButton timeout: 5 ];
38
38
39
- _getSetClearButton = _window.buttons [@" testType_getSetClear " ].staticTexts .firstMatch ;
39
+ _getSetClearButton = _window.buttons [@" get-set-clear " ].staticTexts .firstMatch ;
40
40
[self waitForExpectation: exists evaluatedWithObject: _getSetClearButton timeout: 5 ];
41
41
42
- _mergeItemButton = _window.buttons [@" testType_mergeItem " ].staticTexts .firstMatch ;
42
+ _mergeItemButton = _window.buttons [@" merge-item " ].staticTexts .firstMatch ;
43
43
[self waitForExpectation: exists evaluatedWithObject: _mergeItemButton timeout: 5 ];
44
44
45
45
[self setDelegate ];
You can’t perform that action at this time.
0 commit comments