Skip to content

Commit

Permalink
Merge branch 'master' into advertisement_new
Browse files Browse the repository at this point in the history
  • Loading branch information
valb3r authored Jul 12, 2023
2 parents 073eb1e + 163f619 commit e37702b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,7 @@ internal class UiEditorLightE2ETest: BaseUiTest() {
"BasicArrowButton",
" Event",
" Fields",
"Add fields listener",
"Add fields injection",
" Name",
"BasicArrowButton",
" String",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ enum class FunctionalGroupType(val groupCaption: String, val actionResult: NewEl
NewElem("EXECUTION_LISTENER_FIELD_STRING", "", uiOnlyaddedIndex = listOf(""))
)
),
EXECUTION_LISTENER_FILED("Fields", actionCaption = "Add fields listener", actionResult = NewElem("EXECUTION_LISTENER_FIELD_NAME", "Name %d"),
EXECUTION_LISTENER_FILED("Fields", actionCaption = "Add fields injection", actionResult = NewElem("EXECUTION_LISTENER_FIELD_NAME", "Name %d"),
actionUiOnlyResult = listOf(
NewElem("EXECUTION_LISTENER_FIELD_STRING", ""),
)
Expand Down

0 comments on commit e37702b

Please sign in to comment.