mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 17:06:49 +00:00
resolve merge conflicts of 26b174659 to ub-launcher3-master
Test: I solemnly swear I tested this conflict resolution. Change-Id: Ifb24f291b096b979044e5c87ec58c24e9c479728
This commit is contained in:
@@ -60,7 +60,7 @@ public class ShortcutsLaunchTest extends LauncherInstrumentationTestCase {
|
||||
// Verify that launching a shortcut opens a page with the same text
|
||||
assertTrue(deepShortcutsContainer.getChildCount() > 0);
|
||||
UiObject2 shortcut = deepShortcutsContainer.getChildren().get(0)
|
||||
.findObject(getSelectorForId(R.id.deep_shortcut));
|
||||
.findObject(getSelectorForId(R.id.bubble_text));
|
||||
shortcut.click();
|
||||
assertTrue(mDevice.wait(Until.hasObject(By.pkg(
|
||||
mSettingsApp.getComponentName().getPackageName())
|
||||
|
||||
@@ -61,7 +61,7 @@ public class ShortcutsToHomeTest extends LauncherInstrumentationTestCase {
|
||||
// Drag the first shortcut to the home screen.
|
||||
assertTrue(deepShortcutsContainer.getChildCount() > 0);
|
||||
UiObject2 shortcut = deepShortcutsContainer.getChildren().get(0)
|
||||
.findObject(getSelectorForId(R.id.deep_shortcut));
|
||||
.findObject(getSelectorForId(R.id.bubble_text));
|
||||
String shortcutName = shortcut.getText();
|
||||
dragToWorkspace(shortcut, false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user