mirror of
https://github.com/espressif/openthread.git
synced 2026-06-05 21:14:49 +00:00
[harness-automation] fix the result parsed uncorrectly using Chrome 80 (#5958)
This commit is contained in:
@@ -1113,7 +1113,7 @@ class HarnessCase(unittest.TestCase):
|
||||
raise
|
||||
|
||||
# get case result
|
||||
status = self._browser.find_element_by_class_name('title-test').text
|
||||
status = self._browser.find_element_by_class_name('title-test').get_attribute('innerText')
|
||||
logger.info(status)
|
||||
success = 'Pass' in status
|
||||
self.assertTrue(success)
|
||||
|
||||
Reference in New Issue
Block a user