Skip to content
Snippets Groups Projects
Commit df4833db authored by Marc Egger's avatar Marc Egger
Browse files

fix selenium gitlabci

parent 0ee921d5
No related branches found
No related tags found
2 merge requests!302Develop,!296Marc: Form/Report As File, Path class, Config class, Typo3 v9 compatability
Pipeline #4018 failed
......@@ -74,7 +74,7 @@ class Path
const APP_TO_THUMBNAIL_UNKNOWN_TYPE = 'typo3/sysext/frontend/Resources/Public/Icons/FileIcons/';
// Send Email
const EXT_TO_SEND_EMAIL_FILE = '/Classes/External/sendEmail';
const EXT_TO_SEND_EMAIL_FILE = 'Classes/External/sendEmail';
/**
* Manually set the paths which are not constant nor can be inferred by other paths.
......
......@@ -112,9 +112,6 @@ class QfqSeleniumTestCase(unittest.TestCase):
cls.driver.set_window_size(1920, 1080)
cls.driver.implicitly_wait(5)
def __init__(self, *args, **kwargs):
super(QfqSeleniumTestCase, self).__init__()
@classmethod
def tearDownClass(cls):
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment