Skip to content

Commit

Permalink
updates for MacOS and Ubuntu
Browse files Browse the repository at this point in the history
Issue #138
  • Loading branch information
damies13 committed Apr 27, 2024
1 parent 33b4332 commit bb65b51
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/Regression_Tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ jobs:
if: ${{ matrix.platform == 'ubuntu-latest' }}
run: |
sudo apt -y install python3-tk python3-dev python3-xlib scrot fluxbox tesseract-ocr
sudo apt -y install xsel xclip
sudo apt list --installed
- name: "Ubuntu Xvfb"
if: ${{ matrix.platform == 'ubuntu-latest' }}
Expand Down Expand Up @@ -292,6 +293,9 @@ jobs:
if: ${{ matrix.platform == 'windows-latest' }}
run: |
dir dist
- name: "Ubuntu pip installs"
if: ${{ matrix.platform == 'ubuntu-latest' }}
run: pip install gtk PyQt4
- name: Install Reporter from dist UM
if: ${{ matrix.platform != 'windows-latest' }}
run: pip install rfswarm_reporter-*.whl
Expand Down
5 changes: 4 additions & 1 deletion Tests/Regression/Reporter/GUI_Common.robot
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,10 @@ Set Text Value To Right Of
${y}= Evaluate ${coordinates}[1]+${offsety}
@{coordinates}= Create List ${x} ${y}
Move To ${coordinates}
Triple Click button=left interval=0.0
# Triple Click is broken on MacOS: TypeError: not enough arguments for format string
# Triple Click button=left interval=0.0
Click
Double Click
Type ${value}
Take A Screenshot
${value2}= Copy From The Right Of ${img} ${offsetx}
Expand Down

0 comments on commit bb65b51

Please sign in to comment.