test: add simple webhook flow test
This commit is contained in:
@@ -41,6 +41,7 @@ function EditableTypography(props) {
|
||||
if (editing) {
|
||||
component = (
|
||||
<TextField
|
||||
data-test="editableTypographyInput"
|
||||
onClick={handleTextFieldClick}
|
||||
onKeyDown={handleTextFieldKeyDown}
|
||||
onBlur={handleTextFieldBlur}
|
||||
|
Reference in New Issue
Block a user