Skip to content

Commit

Permalink
fuck u github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kaixinol committed Nov 12, 2023
1 parent 2f4ed65 commit d284e3c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/CI.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import unittest
from pathlib import Path
from time import sleep

from selenium import webdriver
from selenium.webdriver.chrome.webdriver import WebDriver
Expand All @@ -24,7 +25,8 @@ def test_spider(self):
broswer = get_browser()
tweet = Tweet('https://twitter.com/_CASTSTATION/status/1697029186777706544', is_ci_test=True)
tweet.load_data(broswer)
broswer.get('https://google.com')
broswer.get('https://twitter.com/_CASTSTATION/status/1697029186777706544')
sleep(60)
broswer.save_screenshot('debug.png')
print('fuck u twitter')
print(Path('debug.png').absolute())
Expand Down

0 comments on commit d284e3c

Please sign in to comment.