Skip to content

Commit c66f57d

Browse files
committed
fix macOS tests
1 parent 0dad216 commit c66f57d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/macos/AsyncStorageExample-macOSUITests/AsyncStorageExample_macOSUITests.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ - (void)setUp
3636
_restartButton = _window.otherElements[@"restart_button"].staticTexts.firstMatch;
3737
[self waitForExpectation:exists evaluatedWithObject:_restartButton timeout:5];
3838

39-
_getSetClearButton = _window.buttons[@"testType_getSetClear"].staticTexts.firstMatch;
39+
_getSetClearButton = _window.buttons[@"get-set-clear"].staticTexts.firstMatch;
4040
[self waitForExpectation:exists evaluatedWithObject:_getSetClearButton timeout:5];
4141

42-
_mergeItemButton = _window.buttons[@"testType_mergeItem"].staticTexts.firstMatch;
42+
_mergeItemButton = _window.buttons[@"merge-item"].staticTexts.firstMatch;
4343
[self waitForExpectation:exists evaluatedWithObject:_mergeItemButton timeout:5];
4444

4545
[self setDelegate];

0 commit comments

Comments
 (0)