Skip to content

Commit

Permalink
temp: break instrumentation tests
Browse files Browse the repository at this point in the history
to test Buildkite annotations
  • Loading branch information
wzieba committed Aug 1, 2024
1 parent d36b4a9 commit 3d7c853
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,6 @@ class MySitesPage {
}

fun goToStats(): StatsPage {
val statsButton = Espresso.onView(
Matchers.allOf(
ViewMatchers.withText(R.string.stats),
ViewMatchers.withId(R.id.quick_link_item)
)
)
WPSupportUtils.clickOn(statsButton)
WPSupportUtils.idleFor(4000)
WPSupportUtils.dismissJetpackAdIfPresent()
WPSupportUtils.waitForElementToBeDisplayedWithoutFailure(R.id.tabLayout)
Expand Down

0 comments on commit 3d7c853

Please sign in to comment.