Commit 9f4e85c
authored
feat: show explicit error when running maestro test on iPad (#1813)
Displays an explicit error when launching a maestro test on iPad
simulators.
At this time, launching maestro on iPad results in the test visibly
hanging.
This PR instead shows a vscode error dialog explaining that the feature
is not supported at the moment, and prompting the user to switch the
device in order to run the test.
### How Has This Been Tested:
- select an iPad simulator
- try to run a maestro test
- an error should appear immediately, explaining that the test cannot be
run
### How Has This Change Been Documented:
Internal1 parent 4e6ff03 commit 9f4e85c
1 file changed
+8
-0
lines changedLines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
116 | 124 | | |
117 | 125 | | |
118 | 126 | | |
| |||
0 commit comments