diff --git a/app/src/androidTest/java/org/mozilla/fenix/ui/robots/BookmarksRobot.kt b/app/src/androidTest/java/org/mozilla/fenix/ui/robots/BookmarksRobot.kt index 1060f82f8..fb3954176 100644 --- a/app/src/androidTest/java/org/mozilla/fenix/ui/robots/BookmarksRobot.kt +++ b/app/src/androidTest/java/org/mozilla/fenix/ui/robots/BookmarksRobot.kt @@ -6,9 +6,7 @@ package org.mozilla.fenix.ui.robots -import android.content.Context import android.net.Uri -import android.view.inputmethod.InputMethodManager import androidx.test.espresso.Espresso.onView import androidx.test.espresso.action.ViewActions.typeText import androidx.test.espresso.assertion.ViewAssertions.matches @@ -25,7 +23,6 @@ import org.hamcrest.Matchers.containsString import org.junit.Assert import org.mozilla.fenix.R import org.mozilla.fenix.helpers.click -import java.io.IOException /** * Implementation of Robot Pattern for the bookmarks menu.