Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
3a748406
Commit
3a748406
authored
Aug 28, 2017
by
Carsten Rose
Browse files
Selenium Test: fix parsing message
parent
ac7f1e72
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/selenium/testDirty.js
View file @
3a748406
...
...
@@ -108,7 +108,7 @@ test.describe('Dirty Form', function () {
(
element
)
=>
element
.
getText
()
.
then
(
(
text
)
=>
{
should
(
text
).
be
.
exactly
(
'
other user has lock
'
);
should
(
text
).
be
.
exactly
(
'
other user has lock
\n
Reload
'
);
}
)
.
then
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment