summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-12-02 12:47:36 +0300
committerAndrew Dolgov <[email protected]>2023-12-02 12:47:36 +0300
commite453befab635d18478545e9616cb28daee5b568e (patch)
tree6bb195c74346446f88113eef9db2ac3a18069376 /tests
parentdbb6e7291ebb8c09dc0460b7b45098bf112d1494 (diff)
fix filename
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/selenium_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/selenium_test.py b/tests/integration/selenium_test.py
index f2d16fd73..137462698 100644
--- a/tests/integration/selenium_test.py
+++ b/tests/integration/selenium_test.py
@@ -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))