Skip to content

Commit

Permalink
dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
Oddant1 committed Jun 12, 2024
1 parent 3cdb0eb commit 9e6ef82
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions q2_longitudinal/tests/test_longitudinal.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,6 @@ def _selenium_test(self, driver, x_coord, y_coord):
webdriver.ActionChains(driver).move_by_offset(
x_coord, y_coord).perform()

# import time
# time.sleep(100)
self.assertIn('visible', tooltip.get_attribute('class'))

def test_examples(self):
Expand Down

0 comments on commit 9e6ef82

Please sign in to comment.