Skip to content

Commit

Permalink
chore(appium): close update available alert before starting tests
Browse files Browse the repository at this point in the history
  • Loading branch information
luisecm committed Oct 5, 2023
1 parent 26e03b8 commit 34dd3b3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ui-automated-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,12 @@ jobs:
mkdir ./tests/fixtures/users/mac2
cp -r ./tests/fixtures/users/FriendsTestUser/ ./tests/fixtures/users/mac2/FriendsTestUser
- name: Close Native Alerts on macOS 🚫
run: |
# Close any open system alerts using AppleScript
osascript -e 'tell application "System Events" to keystroke return'
continue-on-error: true

- name: Run Tests on MacOS 🧪
run: npm run mac.ci

Expand Down

0 comments on commit 34dd3b3

Please sign in to comment.