Commit 4a201e2
committed
[Win32] Correct WebView environment initialization in Edge browser tests
The browser tests contain a setup method that, on Windows, creates an
Edge browser before any test is executed in order to set up the WebView
environment. Since the first Edge browser instantiation takes rather
long at least in the GitHub actions test environment, the initialization
is extended to wait for the browser being initialized.1 parent bd3357c commit 4a201e2
1 file changed
Lines changed: 6 additions & 2 deletions
File tree
- tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
| 169 | + | |
169 | 170 | | |
170 | 171 | | |
171 | | - | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
172 | 175 | | |
| 176 | + | |
173 | 177 | | |
174 | 178 | | |
175 | 179 | | |
| |||
0 commit comments