Skip to content

Commit

Permalink
Minor correction in Set INI Data Windows Size keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
ArekKuczynski committed Mar 30, 2024
1 parent f758529 commit 0a93975
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/Regression/Manager/GUI_Common.robot
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ Set INI Data Window Size
${i}= Get Index From List ${ini_content_list} win_width
${j}= Get Index From List ${ini_content_list} win_height

Replace String ${ini_content} ${ini_content_list}[${i + 2}] ${x_width}
Replace String ${ini_content} ${ini_content_list}[${j + 2}] ${y_width}
Replace String ${ini_content} ${ini_content}[${i + 2}] ${x_width}
Replace String ${ini_content} ${ini_content}[${j + 2}] ${y_width}
Remove File ${location}
Log ${ini_content}
Append To File ${location} ${ini_content}
Expand Down

0 comments on commit 0a93975

Please sign in to comment.