Skip to content

Commit

Permalink
Put test back to original test case
Browse files Browse the repository at this point in the history
Issue #252
remove modifications to test used to diagnose MacOS issue
  • Loading branch information
damies13 committed Oct 31, 2024
1 parent 9f3319c commit 1a0a18c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Tests/Regression/Reporter/GUI_Features.robot
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ Whole report time range
# Press Combination KEY.END
# Press Combination KEY.backspace KEY.backspace
# Type 20
${StartTime}= Set Variable 2023-09-28 14:20
# ${StartTime}= Get Text Value To Right Of StartTime
# ${StartTime}= Replace String ${StartTime} 14:11 14:20
# ${StartTime}= Set Variable 2023-09-28 14:20
${StartTime}= Get Text Value To Right Of StartTime
${StartTime}= Replace String ${StartTime} 14:11 14:20
Set Text Value To Right Of StartTime ${StartTime}
Take A Screenshot
# Take A Screenshot

# Take A Screenshot
Select Field With Label Title 150
Expand All @@ -117,9 +117,9 @@ Whole report time range
# Press Combination KEY.END
# Press Combination KEY.backspace KEY.backspace KEY.backspace KEY.backspace KEY.backspace KEY.backspace KEY.backspace
# Type 14:58
${EndTime}= Set Variable 2023-09-28 14:58
# ${EndTime}= Get Text Value To Right Of EndTime
# ${EndTime}= Replace String ${EndTime} 15:00 14:58
# ${EndTime}= Set Variable 2023-09-28 14:58
${EndTime}= Get Text Value To Right Of EndTime
${EndTime}= Replace String ${EndTime} 15:00 14:58
Set Text Value To Right Of EndTime ${EndTime}
Take A Screenshot

Expand Down

0 comments on commit 1a0a18c

Please sign in to comment.