all the row is tappable and fixed an issue with the tests

This commit is contained in:
Mauro Romito
2022-11-30 11:37:12 +01:00
parent b8943f4509
commit 07c13d4e19
2 changed files with 4 additions and 0 deletions
@@ -27,6 +27,7 @@ class ComposerCreateActionListTests: XCTestCase {
initialViewState: ComposerCreateActionListViewState(
actions: ComposerCreateAction.allCases,
wysiwygEnabled: true,
isScrollingEnabled: false,
bindings: ComposerCreateActionListBindings(textFormattingEnabled: true)
)
)