1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-09-18 17:56:24 -07:00

Make all testing options available to command line

This commit is contained in:
Eggbertx 2024-12-12 17:56:39 -08:00
parent 46c1899732
commit 760f1cb75e
6 changed files with 74 additions and 32 deletions

View file

@ -74,7 +74,7 @@ class TestManageActions(SeleniumTestCase):
EC.url_contains(link_href)) # link_href should be something like "/seleniumtesting/ref/<threadOP>.html#<postID>"
fragment = urllib.parse.urldefrag(self.driver.current_url).fragment
delete_post(self.options, fragment, self.options.password)
delete_post(self.options, fragment, self.options.post_password)
self.options.goto_page("/manage/recentposts")
post_link = self.get_recent_post_link(new_msg)