From 7ffc54ef407dc100954bfa7f8ce29424a6e9d572 Mon Sep 17 00:00:00 2001 From: AndiAJ Date: Thu, 24 Aug 2023 15:23:32 +0300 Subject: [PATCH] Bug 1849978 - Remove smoke test annotation from context menu related UI tests --- .../androidTest/java/org/mozilla/fenix/ui/ContextMenusTest.kt | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/src/androidTest/java/org/mozilla/fenix/ui/ContextMenusTest.kt b/app/src/androidTest/java/org/mozilla/fenix/ui/ContextMenusTest.kt index b2bbe5ea5..7cdfe00e1 100644 --- a/app/src/androidTest/java/org/mozilla/fenix/ui/ContextMenusTest.kt +++ b/app/src/androidTest/java/org/mozilla/fenix/ui/ContextMenusTest.kt @@ -13,7 +13,6 @@ import org.junit.Before import org.junit.Ignore import org.junit.Rule import org.junit.Test -import org.mozilla.fenix.customannotations.SmokeTest import org.mozilla.fenix.ext.settings import org.mozilla.fenix.helpers.AndroidAssetDispatcher import org.mozilla.fenix.helpers.HomeActivityIntentTestRule @@ -70,7 +69,6 @@ class ContextMenusTest { mockWebServer.shutdown() } - @SmokeTest @Test fun verifyContextOpenLinkNewTab() { val pageLinks = @@ -94,7 +92,6 @@ class ContextMenusTest { } } - @SmokeTest @Test fun verifyContextOpenLinkPrivateTab() { val pageLinks =