Skip to content

Commit 5fc166a

Browse files
dboltovskyiGetmanetsIrina
authored andcommitted
Replace turnText by navigationText
1 parent e9e9b6d commit 5fc166a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test_scripts/Smoke/API/027_UpdateTurnList_PositiveCase_SUCCESS.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ local requestParams = {
7272
local responseUiParams = commonFunctions:cloneTable(requestParams)
7373
responseUiParams.turnList[1].navigationText = {
7474
fieldText = requestParams.turnList[1].navigationText,
75-
fieldName = "turnText"
75+
fieldName = "navigationText"
7676
}
7777
responseUiParams.turnList[1].turnIcon.value = commonSmoke.getPathToFileInStorage(requestParams.turnList[1].turnIcon.value)
7878
responseUiParams.softButtons[1].image.value = commonSmoke.getPathToFileInStorage(requestParams.softButtons[1].image.value)

0 commit comments

Comments
 (0)