Prep tree for forward-porting Goanna, stage 1

This commit is contained in:
wolfbeast
2016-03-23 10:12:30 +01:00
committed by roytam1
parent 5d59e0437f
commit 5ee6187aad
1539 changed files with 7733 additions and 7733 deletions
@@ -1,6 +1,6 @@
package org.mozilla.gecko.tests;
import org.mozilla.gecko.tests.helpers.GeckoHelper;
import org.mozilla.gecko.tests.helpers.GoannaHelper;
import android.view.View;
@@ -9,7 +9,7 @@ import android.view.View;
*/
public class testBackButtonInEditMode extends UITest {
public void testBackButtonInEditMode() {
GeckoHelper.blockForReady();
GoannaHelper.blockForReady();
// Verify back button behavior for edit mode.
mToolbar.enterEditingMode()