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

Commit 20e7a59b authored by Federico Baron's avatar Federico Baron Committed by Android (Google) Code Review
Browse files

Revert "Fix attempt for ...

Revert "Fix attempt for  TaplTwoPanelWorkspaceTest#testSinglePageDragIconWhenMultiplePageScrollingIsPossible"

This reverts commit 347b408f.

Reason for revert: didn't resolve the issue

Change-Id: I05563ffd3c83b4633007407953e2050ee2c87866
parent 347b408f
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -352,11 +352,8 @@ public class TaplTwoPanelWorkspaceTest extends AbstractLauncherUiTest<Launcher>
    }

    private void assertPagesExist(Launcher launcher, int... pageIds) {
        waitForLauncherCondition("Existing page count does NOT match. "
                + "Expected: " + pageIds.length
                + ". Actual: " + launcher.getWorkspace().getPageCount(),
                l -> pageIds.length == l.getWorkspace().getPageCount());
        int pageCount = launcher.getWorkspace().getPageCount();
        assertEquals("Existing page count does NOT match.", pageIds.length, pageCount);
        for (int i = 0; i < pageCount; i++) {
            CellLayout page = (CellLayout) launcher.getWorkspace().getPageAt(i);
            int pageId = launcher.getWorkspace().getCellLayoutId(page);