Skip to content
Snippets Groups Projects
Commit 64f18831 authored by Tifenn Guillas's avatar Tifenn Guillas
Browse files

Fix tests

parent c5634747
No related branches found
No related tags found
2 merge requests!29Develop,!7Fix tests
......@@ -8,30 +8,43 @@ exports[`OutputListComponent should display information in HTML file 1`] = `
<h4>
Available outputs for myTestDataset
</h4><table
aria-describedby="Attribute list"
class="attributes-table p-0"
id="table"
>
<tr>
<th>
<th
id="id"
>
id
</th>
<th>
<th
id="attribute"
>
attribute
</th>
</tr>
<tr>
<td>
<td
headers="id 2"
>
2
</td>
<td>
<td
headers="attribute name_two"
>
name_two
</td>
</tr>
<tr>
<td>
<td
headers="id 1"
>
1
</td>
<td>
<td
headers="attribute name_one"
>
name_one
</td>
</tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment