Fixup minor issue with system test chrome logging (#14462)
ChromeLib._chromeWindow can be None if not initialized correctly.
This causes an unhandled failure in the system test tear down when Chrome fails to initialise.
This PR fixes up the system test teardown to handle this case better.