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 f48de13 commit cb65195
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ def teardown_method(self, method):
self.driver.quit()

def test_elements(self):
self.driver.get("http://localhost:8383/voila/render/example.ipynb")
self.driver.set_window_size(1280, 1080)
time.sleep(3)

try:
self.find_element(By.CLASS_NAME, 'element-Si')
print("Element Si is fund!")
Expand Down

0 comments on commit cb65195

Please sign in to comment.