1
0
Fork 0

For #2294 - History URL is cut with a large font se

master
Patrick Martin 2019-11-19 10:15:22 -08:00 committed by Emily Kager
parent c9e4303fa0
commit 8abf580579
2 changed files with 3 additions and 2 deletions

View File

@ -136,7 +136,7 @@ private fun assertBookmarkFavicon() = bookmarkFavicon().check(
)
private fun assertBookmarkURL(expectedURL: Uri) = bookmarkURL()
.check(matches(withEffectiveVisibility(ViewMatchers.Visibility.VISIBLE)))
.check(matches(ViewMatchers.isCompletelyDisplayed()))
.check(matches(withText(containsString(expectedURL.toString()))))
private fun assertFolderTitle(expectedTitle: String) = folderTitle()

View File

@ -7,7 +7,8 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="@dimen/library_item_height"
android:layout_height="wrap_content"
android:minHeight="@dimen/library_item_height"
android:background="?android:attr/selectableItemBackground">
<ImageSwitcher