Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
revert failure testing code
  • Loading branch information
Chris Yang committed Oct 10, 2023
commit c2e28cb32b828ba53a43c1747d64ab4e4fede5a5
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ @interface RunnerUITests : XCTestCase

@implementation RunnerUITests

- (void)testDraggableCallbacks {
- (void)testMarkerDraggingCallbacks {
XCUIApplication *application = [[XCUIApplication alloc] init];
[application launch];
XCUIElement *placeMarkerButton = application.staticTexts[@"Place marker1"];
XCUIElement *placeMarkerButton = application.staticTexts[@"Place marker"];
if (![placeMarkerButton waitForExistenceWithTimeout:kWaitTime]) {
NSLog(@"application.debugDescription: %@", application.debugDescription);
XCTFail(@"Failed to find the Place marker button.");
Expand Down