Skip to content

Commit

Permalink
* Disables: the e2e tests related to dashboard temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
AjeshRPai committed Sep 27, 2023
1 parent a9c2605 commit 6e735be
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package org.wordpress.android.e2e

import dagger.hilt.android.testing.HiltAndroidTest
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 @@ -16,6 +17,7 @@ class DashboardTests : BaseTest() {
wpLogin()
}

@Ignore("Will be taken care of in a future PR")
@Test
fun e2ePagesCardNavigation() {
MySitesPage()
Expand All @@ -31,6 +33,7 @@ class DashboardTests : BaseTest() {
.assertPagesScreenHasPage("Shop")
}

@Ignore("will be taken care of in a future PR")
@Test
fun e2eActivityLogCardNavigation() {
MySitesPage()
Expand Down

0 comments on commit 6e735be

Please sign in to comment.