Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 675b53ef authored by Marzia Favaro's avatar Marzia Favaro
Browse files

Remove EdgeExtensionComponentMatcher

This was used to ignore edge extensions windows, which don't exist
anymore

Bug: 398776229
Test: CopyContentInSplit
Test: CloseAppTransition
Flag: EXEMPT removing unused code from test infrastructure
Change-Id: If11061232560e9d996f53ea71135bcb0c5c6e898
parent b072c6bd
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@ import android.tools.flicker.legacy.FlickerBuilder
import android.tools.flicker.legacy.LegacyFlickerTest
import android.tools.flicker.legacy.LegacyFlickerTestFactory
import android.tools.traces.component.ComponentNameMatcher
import android.tools.traces.component.EdgeExtensionComponentMatcher
import androidx.test.filters.FlakyTest
import androidx.test.filters.RequiresDevice
import com.android.wm.shell.flicker.splitscreen.benchmark.CopyContentInSplitBenchmark
@@ -99,7 +98,6 @@ class CopyContentInSplit(override val flicker: LegacyFlickerTest) :
                        ComponentNameMatcher.SPLASH_SCREEN,
                        ComponentNameMatcher.SNAPSHOT,
                        ComponentNameMatcher.IME_SNAPSHOT,
                        EdgeExtensionComponentMatcher(),
                        magnifierLayer,
                        popupWindowLayer
                    )