Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
qfq
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
typo3
qfq
Commits
df4833db
Commit
df4833db
authored
4 years ago
by
Marc Egger
Browse files
Options
Downloads
Patches
Plain Diff
fix selenium gitlabci
parent
0ee921d5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!302
Develop
,
!296
Marc: Form/Report As File, Path class, Config class, Typo3 v9 compatability
Pipeline
#4018
failed
4 years ago
Stage: before
Stage: build
Stage: selenium
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
extension/Classes/Core/Helper/Path.php
+1
-1
1 addition, 1 deletion
extension/Classes/Core/Helper/Path.php
extension/Tests/selenium/qfqselenium.py
+0
-3
0 additions, 3 deletions
extension/Tests/selenium/qfqselenium.py
with
1 addition
and
4 deletions
extension/Classes/Core/Helper/Path.php
+
1
−
1
View file @
df4833db
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
extension/Tests/selenium/qfqselenium.py
+
0
−
3
View file @
df4833db
...
...
@@ -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
):
"""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment