Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
Move screenshots tests to screenshots/.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcomella committed Jan 10, 2018
1 parent 92e2af2 commit 54eef59
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Screengrabfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# file and generate the final configuration that we use inside
# a taskcluster task.

use_tests_in_packages ['org.mozilla.focus.activity.screenshots']
use_tests_in_packages ['org.mozilla.focus.screenshots']

app_package_name 'org.mozilla.focus.debug'
use_tests_in_packages ['org.mozilla.focus.activity']
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

package org.mozilla.focus.activity.screenshots;
package org.mozilla.focus.screenshots;

import android.support.test.rule.ActivityTestRule;
import android.support.test.runner.AndroidJUnit4;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

package org.mozilla.focus.activity.screenshots;
package org.mozilla.focus.screenshots;

import android.os.Build;
import android.support.test.espresso.web.webdriver.Locator;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

package org.mozilla.focus.activity.screenshots;
package org.mozilla.focus.screenshots;

import android.support.test.rule.ActivityTestRule;
import android.support.test.runner.AndroidJUnit4;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

package org.mozilla.focus.activity.screenshots;
package org.mozilla.focus.screenshots;

import android.support.test.rule.ActivityTestRule;
import android.support.test.runner.AndroidJUnit4;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

package org.mozilla.focus.activity.screenshots;
package org.mozilla.focus.screenshots;

import android.support.test.rule.ActivityTestRule;
import android.support.test.runner.AndroidJUnit4;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.mozilla.focus.activity.screenshots;
package org.mozilla.focus.screenshots;

import android.app.Instrumentation;
import android.content.Context;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

package org.mozilla.focus.activity.screenshots;
package org.mozilla.focus.screenshots;

import android.preference.PreferenceManager;
import android.support.test.InstrumentationRegistry;
Expand Down

0 comments on commit 54eef59

Please sign in to comment.