mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-03 23:15:31 +00:00
Bug 1828663 - Re-enable selectAllAndCopyPDFTextTest UI test
This commit is contained in:
parent
ed8a5c2d87
commit
698703c5f7
@ -5,7 +5,6 @@ import androidx.test.uiautomator.UiDevice
|
||||
import okhttp3.mockwebserver.MockWebServer
|
||||
import org.junit.After
|
||||
import org.junit.Before
|
||||
import org.junit.Ignore
|
||||
import org.junit.Rule
|
||||
import org.junit.Test
|
||||
import org.mozilla.fenix.customannotations.SmokeTest
|
||||
@ -139,7 +138,6 @@ class TextSelectionTest {
|
||||
}
|
||||
}
|
||||
|
||||
@Ignore("Failing, see https://bugzilla.mozilla.org/show_bug.cgi?id=1828663")
|
||||
@SmokeTest
|
||||
@Test
|
||||
fun selectAllAndCopyPDFTextTest() {
|
||||
@ -160,9 +158,7 @@ class TextSelectionTest {
|
||||
clickClearButton()
|
||||
longClickToolbar()
|
||||
clickPasteText()
|
||||
// With Select all, white spaces are copied
|
||||
// Potential bug https://bugzilla.mozilla.org/show_bug.cgi?id=1821310
|
||||
verifyTypedToolbarText(" Washington Crossing the Delaware Wikipedia link ")
|
||||
verifyTypedToolbarText("Washington Crossing the Delaware Wikipedia link")
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user