Commit 51af5a8
committed
Add workaround to handle Firefox overlay during tests
This change introduces a step to switch back to PhpStorm IDE if the Firefox overlay is detected during test execution. It uses a JavaScript snippet with Robot actions to simulate the ALT+TAB keypress sequence. This ensures seamless continuation of test cases in multi-window environments.1 parent a4f65eb commit 51af5a8
File tree
1 file changed
+18
-0
lines changed- src/test/kotlin/com/magento/idea/magento2plugin/actions/content
1 file changed
+18
-0
lines changedLines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
77 | 95 | | |
78 | 96 | | |
79 | 97 | | |
| |||
0 commit comments