Commit 6714d50
authored
[webview_flutter] Fix XCUITest in Xcode 15 (flutter#5071)
For some reason tapping the "Done" button in the XCUITest stopped working in Xcode 15, but tapping it via coordinates works, so switch to that as a workaround.
Fixes flutter#1349711 parent 5badf97 commit 6714d50
File tree
1 file changed
+6
-1
lines changed- packages/url_launcher/url_launcher_ios/example/ios/RunnerUITests
1 file changed
+6
-1
lines changedLines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
35 | 40 | | |
36 | 41 | | |
37 | 42 | | |
0 commit comments