Link to build:
https://ci.appveyor.com/project/NVAccess/nvda/builds/45322583/tests
System test logs:
pr14343-27108 commit 5958643d-systemTestResult.zip
Failures:
Robot.symbolPronunciationTests.tableHeaderSymbols
- Error message: Unable to get chrome window
Investigation:
- The screenshot shows only the desktop. No chrome window visible, and no chrome icon in the taskbar.
- This failure is not the first test that uses chrome.
- The robot framework log shows many entries (duration 10 seconds):
No windows found matching the pattern: re.compile('^NVDA Browser Test Case \\(649423490\\)')
- Looking at the NVDA log, indicates that the chrome welcome window was in the foregound when NVDA started. This is expected, it isn't the test case, but rather the "start chrome early" instance, triggered by the appveyor scripts.
Assumption, Chrome failed to start. Further debug information would be required to understand why.
Link to build:
https://ci.appveyor.com/project/NVAccess/nvda/builds/45322583/tests
System test logs:
pr14343-27108 commit 5958643d-systemTestResult.zip
Failures:
Investigation:
No windows found matching the pattern: re.compile('^NVDA Browser Test Case \\(649423490\\)')Assumption, Chrome failed to start. Further debug information would be required to understand why.