Skip to content

Commit

Permalink
👷 update test
Browse files Browse the repository at this point in the history
  • Loading branch information
kaixinol committed Nov 20, 2023
1 parent bd2d392 commit 4d70877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CI.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

class TestCase(unittest.TestCase):
def test_spider(self):
browser = get_browser()
browser = get_browser(headless=True)
browser.get('https://twitter.com/_CASTSTATION/status/1697029186777706544')
sleep(20)
element = browser.find_element(By.XPATH, "//*[contains(text(), '{}')]".format('miku miku oo ee oo'))
Expand Down

0 comments on commit 4d70877

Please sign in to comment.