Commit 63755666 authored by Vincent Pelletier's avatar Vincent Pelletier

erp5_dms_ui_test: Change tested domain.

www.erp5.org is decomissionned.
Also, update looked-for strings in downloaded page.
parent 729de4d3
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Express Access Tab</title> <title>Express Access Tab</title>
</head> </head>
<body tal:define="link_url string:http://www.erp5.org"> <body tal:define="link_url string:http://www.erp5.com">
<table cellpadding="1" cellspacing="1" border="1"> <table cellpadding="1" cellspacing="1" border="1">
<thead> <thead>
<tr><td rowspan="1" colspan="3" tal:content="template/getId"/></tr> <tr><td rowspan="1" colspan="3" tal:content="template/getId"/></tr>
...@@ -38,12 +38,12 @@ ...@@ -38,12 +38,12 @@
</tr> </tr>
<tr> <tr>
<td>verifyTextPresent</td> <td>verifyTextPresent</td>
<td>Community</td> <td>Manufacturing</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
<td>verifyTextPresent</td> <td>verifyTextPresent</td>
<td>Solution</td> <td>E-Commerce</td>
<td></td> <td></td>
</tr> </tr>
...@@ -51,4 +51,4 @@ ...@@ -51,4 +51,4 @@
</tbody></table> </tbody></table>
</body> </body>
</html> </html>
\ No newline at end of file
  • There have been an attempt in !871 (closed) . It was basically same fix, but it did not pass tests.

    Apparently the page content is now loaded in a gadget, maybe we need to use waitForTextPresent for the first "Manufacturing" and not just verifyTextPresent to let the gadget modify DOM.

  • I will try to use waitForTextPreset to see.

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