Commit 74693110 authored by Jérome Perrin's avatar Jérome Perrin

monaco_editor_ui_test: adjust test for monaco 0.20.0

parent 1bdcae33
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment