Skip to content

Commit

Permalink
Fix Android test build (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnyandrew committed May 17, 2023
1 parent 7b3112a commit a3e4e38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class EditorEditTextInputTests {
@Test
fun testBackspacePill() {
onView(withId(R.id.rich_text_edit_text))
.perform(EditorActions.setLinkDisplayHandler { _, _ -> LinkDisplay.Pill })
.perform(EditorActions.setLinkDisplayHandler { _, _ -> TextDisplay.Pill })
.perform(typeText("Hello @"))
.perform(EditorActions.setLinkSuggestion("alice", "link"))
.perform(pressKey(KeyEvent.KEYCODE_DEL)) // Delete the space added after the pill
Expand Down

0 comments on commit a3e4e38

Please sign in to comment.