Skip to content

Commit

Permalink
Unignores idle activities
Browse files Browse the repository at this point in the history
  • Loading branch information
KaneCheshire committed Nov 26, 2018
1 parent 8798853 commit 0a4a892
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions xcresult/ResultHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ struct ResultHandler {
max-width:640pt;
}
img.screenshot {
border-radius:5pt;
border-radius:20pt;
}
</style>
</head>
Expand All @@ -159,8 +159,7 @@ struct ResultHandler {
}

private func ignoredActivityContents() -> [String] {
return ["snapshot accessibility hierarchy",
"to idle"]
return ["snapshot accessibility hierarchy"]
}

}

0 comments on commit 0a4a892

Please sign in to comment.