Detox/E2E: Create Channel and Channel Post List e2e in Gekidou

This commit is contained in:
Joseph Baylon
2022-04-12 11:50:05 -07:00
parent 9feb3446a8
commit 2e2f49f8c3
54 changed files with 1154 additions and 35 deletions

View File

@@ -41,7 +41,7 @@ function SendButton({
sendMessage,
}: Props) {
const theme = useTheme();
const sendButtonTestID = `${testID}.send.button`;
const sendButtonTestID = disabled ? `${testID}.send.button.disabled` : `${testID}.send.button`;
const style = getStyleSheet(theme);
const viewStyle = useMemo(() => {