Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion ADFiOSReferenceApp/WebViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ @interface WebViewController ()
@property NSURL *URL;
@end

static NSString* const DEFAULT_URL = @"https://aws.amazon.com/documentation/devicefarm/";
static NSString* const DEFAULT_URL = @"https://docs.aws.amazon.com/devicefarm";
static NSString* const ERROR_MESSAGE_FORMAT = @"\"%@\" is a malformed URL. Please enter a URL in the correct format. An example would be %@";
@implementation WebViewController

Expand Down
4 changes: 2 additions & 2 deletions ADFiOSReferenceAppUITests/CustomWebTest.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
static NSString * const HTTP_TAB_ID = @"HTTP";
static NSString * const NAVIGATION_BAR_ID = @"navigation bar";
static NSString * const GO_BUTTON_ID = @"Go";
static NSString * const URL = @"https://aws.amazon.com/documentation/devicefarm/";
static NSString * const URL = @"https://docs.aws.amazon.com/devicefarm";
static NSString * const DEVELOPER_GUIDE_LINK_ID = @"Developer Guide";
static NSString * const EXISTS_PREDICATE = @"exists==1";
static NSTimeInterval const TAP_DELAY = 1;
Expand Down Expand Up @@ -49,4 +49,4 @@ - (void)testCustomWebView {
XCTAssertTrue([[self app].links[DEVELOPER_GUIDE_LINK_ID] exists]);
}

@end
@end