Skip to content

Commit dc588ea

Browse files
author
Wes Smith
committed
uncomment integration test
1 parent 3f929d8 commit dc588ea

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Tests/IntegrationTests/DPLRouteHandlerIntegrationTest.m

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ @interface DPLRouteHandlerIntegrationTest : XCTestCase
77

88
@implementation DPLRouteHandlerIntegrationTest
99

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-
//}
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+
}
1515

1616
@end

0 commit comments

Comments
 (0)