1
0
Fork 0

ktlint clean up

master
cesar 2019-11-16 18:36:17 -03:00 committed by Emily Kager
parent 808740e4c9
commit 984d8c7b13
1 changed files with 0 additions and 3 deletions

View File

@ -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.