Skip to content
This repository has been archived by the owner on Dec 26, 2019. It is now read-only.

Commit

Permalink
Kill testExtrasIconContent
Browse files Browse the repository at this point in the history
Summary:
This test is super device/simulator specific, that was used to interate on visibility improvements.
Right now it does not bring much value anyway.

Reviewed By: antiarchit

Differential Revision: D6543627

fbshipit-source-id: ffbda3b0b5ecde6a632e88030e84fae5af614347
  • Loading branch information
Marek Cirkos authored and facebook-github-bot committed Dec 13, 2017
1 parent b4f85d9 commit 7073191
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions WebDriverAgentTests/IntegrationTests/FBElementVisibilityTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,6 @@ - (void)testSpringBoardSubfolder
XCTAssertFalse(self.springboard.icons[@"Extras"].otherElements[@"Contacts"].fb_isVisible);
}

- (void)testExtrasIconContent
{
if ([UIDevice currentDevice].userInterfaceIdiom == UIUserInterfaceIdiomPad) {
return;
}
[self launchApplication];
[self goToSpringBoardExtras];
[self.springboard.icons[@"Extras"] tap];
FBAssertWaitTillBecomesTrue(self.springboard.icons[@"Contacts"].fb_isVisible);
NSArray *elements = self.springboard.pageIndicators.allElementsBoundByIndex;
for (XCUIElement *element in elements) {
XCTAssertFalse(element.fb_isVisible);
}
}

- (void)testIconsFromSearchDashboard
{
[self launchApplication];
Expand Down

0 comments on commit 7073191

Please sign in to comment.