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 3f929d8 commit dc588eaCopy full SHA for dc588ea
Tests/IntegrationTests/DPLRouteHandlerIntegrationTest.m
@@ -7,10 +7,10 @@ @interface DPLRouteHandlerIntegrationTest : XCTestCase
7
8
@implementation DPLRouteHandlerIntegrationTest
9
10
-//- (void)testClassBasedRouteHandlerFlow {
11
-// [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"dpl://dpl.com/product/93598?"]];
12
-// [tester waitForViewWithAccessibilityLabel:@"Shiner Oktoberfest"];
13
-// [tester waitForViewWithAccessibilityLabel:@"8.99"];
14
-//}
+- (void)testClassBasedRouteHandlerFlow {
+ [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"dpl://dpl.com/product/93598?"]];
+ [tester waitForViewWithAccessibilityLabel:@"Shiner Oktoberfest"];
+ [tester waitForViewWithAccessibilityLabel:@"8.99"];
+}
15
16
@end
0 commit comments