Skip to content

Commit

Permalink
Merge pull request #18464 from wordpress-mobile/disable-domains-card-…
Browse files Browse the repository at this point in the history
…ui-test

[UI Tests] Disabled `e2eDomainsCardNavigation`.
  • Loading branch information
pachlava authored May 19, 2023
2 parents a21210b + 9fbc51f commit ad4e0b3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package org.wordpress.android.e2e
import dagger.hilt.android.testing.HiltAndroidTest
import org.junit.Assume.assumeTrue
import org.junit.Before
import org.junit.Ignore
import org.junit.Test
import org.wordpress.android.e2e.pages.MySitesPage
import org.wordpress.android.support.BaseTest
Expand All @@ -21,6 +22,7 @@ class DashboardTests : BaseTest() {
}

@Test
@Ignore("Skipped due to increased flakiness. Test fails to scroll to the card.")
fun e2eDomainsCardNavigation() {
MySitesPage()
.scrollToDomainsCard()
Expand Down

0 comments on commit ad4e0b3

Please sign in to comment.