deployment: find_element instead of find_elements in openvidu_health_check
This commit is contained in:
parent
00d2e3e5fa
commit
e32330ad95
@ -59,7 +59,7 @@ class InfraSmokeTests(unittest.TestCase):
|
||||
|
||||
video_error = False
|
||||
try:
|
||||
self.driver.find_elements(By.XPATH, "//*[contains(text(), 'Stream playing')]")
|
||||
self.driver.find_element(By.XPATH, "//*[contains(text(), 'Stream playing')]")
|
||||
except:
|
||||
video_error = True
|
||||
finally:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user