Skip to content

Commit

Permalink
fix the test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Dou Du committed Jun 8, 2024
1 parent cb65195 commit f906f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def test_elements(self):
time.sleep(3)

try:
self.find_element(By.CLASS_NAME, 'element-Si')
self.driver.find_element(By.CLASS_NAME, 'element-Si')
print("Element Si is fund!")
except:
raise Exception("Element Si is NOT found!!!")
Expand Down

0 comments on commit f906f7a

Please sign in to comment.