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:
parent
46c1899732
commit
760f1cb75e
6 changed files with 74 additions and 32 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue