Commit 2115aeb3 authored by Matevz Golob's avatar Matevz Golob

Add comments to structure test

parent 127ea425
......@@ -20,6 +20,7 @@
<td>10000</td>
<td></td>
</tr>
<!-- (1) Create Ingestion Policy -->
<tr>
<td>open</td>
<td>${base_url}</td>
......@@ -71,10 +72,12 @@
<td></td>
</tr>
<tr>
<td>verifyElementPresent</td>
<td>//*[@id="main_form" and @action="${base_url}/portal_ingestion_policies/pydata"]</td>
<td>verifyTextPresent</td>
<td>Ingestion Policy added.</td>
<td></td>
</tr>
<!-- (2) Present data on Web Site -->
<!-- (2.1) Create Web Site -->
<tr>
<td>open</td>
<td>${base_url}</td>
......@@ -249,6 +252,7 @@
<td>Data updated.</td>
<td></td>
</tr> -->
<!-- (2.2) Create Web Page Gadgets -->
<tr>
<td>open</td>
<td>${base_url}/</td>
......
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