Skip to content

Commit

Permalink
Revert CellTableTest
Browse files Browse the repository at this point in the history
Signed-off-by: andresmr <[email protected]>
  • Loading branch information
andresmr committed Jun 18, 2024
1 parent ce6b8bf commit a4916f5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,14 @@ class CellTableTest {
composeTestRule.waitForIdle()
clickOnAccept()
composeTestRule.waitForIdle()
Espresso.pressBack()
assertCellSelected(firstId, 1, 0)
clickOnCell(firstId, 1, 0)
assertInputComponentInfo(
expectedMainLabel = "Text 2",
expectedSecondaryLabels =
fakeModel.find { it.id == firstId }?.tableHeaderModel?.rows
?.joinToString(separator = ",") { it.cells[0].value } ?: ""
?.joinToString(separator = ",") { it.cells[0 % it.cells.size].value } ?: ""
)
}
}
Expand Down

0 comments on commit a4916f5

Please sign in to comment.