mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2026-05-05 23:56:09 +02:00
fix filename
This commit is contained in:
parent
dbb6e7291e
commit
e453befab6
@ -68,5 +68,5 @@ class SeleniumTest(unittest.TestCase):
|
||||
|
||||
assert self.driver.find_element(by=By.CSS_SELECTOR, value="#feedTree").is_displayed()
|
||||
|
||||
with open('selenium-results.xml', 'wb') as output:
|
||||
with open('selenium-report.xml', 'wb') as output:
|
||||
unittest.main(testRunner=xmlrunner.XMLTestRunner(output=output))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user