Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
nexedi
erp5
Commits
74693110
Commit
74693110
authored
4 years ago
by
Jérome Perrin
Browse files
Options
Download
Email Patches
Plain Diff
monaco_editor_ui_test: adjust test for monaco 0.20.0
parent
1bdcae33
1 merge request
!1139
versions up: Monaco editor 0.20.0 / prettier 2.0.5
Pipeline
#9668
passed with stage
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
bt5/erp5_monaco_editor_ui_test/PathTemplateItem/portal_tests/monaco_editor_zuite/testCodeEditorRenderJSStyle.zpt
...tests/monaco_editor_zuite/testCodeEditorRenderJSStyle.zpt
+2
-2
bt5/erp5_monaco_editor_ui_test/PathTemplateItem/portal_tests/monaco_editor_zuite/testTextEditorRenderJSStyle.zpt
...tests/monaco_editor_zuite/testTextEditorRenderJSStyle.zpt
+2
-2
bt5/erp5_monaco_editor_ui_test/PathTemplateItem/portal_tests/monaco_editor_zuite/testTextEditorXHTMLStyle.zpt
...al_tests/monaco_editor_zuite/testTextEditorXHTMLStyle.zpt
+1
-1
No files found.
bt5/erp5_monaco_editor_ui_test/PathTemplateItem/portal_tests/monaco_editor_zuite/testCodeEditorRenderJSStyle.zpt
View file @
74693110
...
...
@@ -101,8 +101,8 @@
<td>
//div[@data-gadget-scope="editor"]//iframe
</td><td></td></tr>
<tr><td>
waitForText
</td>
<td>
//body
</td>
<!-- the "1" is because we have line number -->
<td>
glob:1*Syntax:Error
</td></tr>
<!-- the "1" is because we have line number
. We have a * at the end because monaco has some hidden text
-->
<td>
glob:1*Syntax:Error
*
</td></tr>
<tr><td>
selectFrame
</td>
<td>
relative=top
</td><td></td></tr>
...
...
This diff is collapsed.
Click to expand it.
bt5/erp5_monaco_editor_ui_test/PathTemplateItem/portal_tests/monaco_editor_zuite/testTextEditorRenderJSStyle.zpt
View file @
74693110
...
...
@@ -94,8 +94,8 @@
<td>
//div[@data-gadget-scope="editor"]//iframe
</td><td></td></tr>
<tr><td>
waitForText
</td>
<td>
//body
</td>
<!--
we have line number
-->
<td>
glob:1*Hello
</td></tr>
<!--
the "1" is because we have line number. We have a * at the end because monaco has some hidden text
-->
<td>
glob:1*Hello
*
</td></tr>
<tr><td>
selectFrame
</td>
<td>
relative=top
</td><td></td></tr>
...
...
This diff is collapsed.
Click to expand it.
bt5/erp5_monaco_editor_ui_test/PathTemplateItem/portal_tests/monaco_editor_zuite/testTextEditorXHTMLStyle.zpt
View file @
74693110
...
...
@@ -72,7 +72,7 @@
<td>
css=.bottom iframe
</td><td></td></tr>
<tr><td>
waitForText
</td>
<td>
//body
</td>
<td>
glob:1*Hello
</td></tr>
<td>
glob:1*Hello
*
</td></tr>
<tr><td>
selectFrame
</td>
<td>
relative=top
</td><td></td></tr>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
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