Skip to content

Commit

Permalink
Test twaeks to prevent TclError error and settings not found
Browse files Browse the repository at this point in the history
Issue #138
  • Loading branch information
damies13 committed Apr 27, 2024
1 parent 19c113c commit 14ac387
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Tests/Regression/Reporter/GUI_Common.robot
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ ${process} None
${sssleep} 0.5

*** Keywords ***
Make Clipboard Not None
Evaluate tkinter.Tk().clipboard_clear() modules=tkinter
Evaluate tkinter.Tk().clipboard_append('You should never see this after copy') modules=tkinter

Click Tab
[Arguments] ${tabname}
${tabnamel}= Convert To Lower Case ${tabname}
Expand Down Expand Up @@ -98,6 +102,7 @@ Click Text

Get Text Value To Right Of
[Arguments] ${label} ${offsetx}=50 ${offsety}=0
Make Clipboard Not None
${labell}= Convert To Lower Case ${label}
${img}= Set Variable reporter_${platform}_label_${labell}.png
${value}= Copy From The Right Of ${img} ${offsetx}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 14ac387

Please sign in to comment.