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

Fix snapshot

parent 85fc88e9
No related branches found
No related tags found
2 merge requests!29Develop,!14Fix snapshot
...@@ -10,7 +10,7 @@ exports[`OutputListComponent should display information in HTML file 1`] = ` ...@@ -10,7 +10,7 @@ exports[`OutputListComponent should display information in HTML file 1`] = `
</h4><table </h4><table
aria-describedby="Attribute list" aria-describedby="Attribute list"
class="attributes-table p-0" class="attributes-table p-0"
id="table" id="attributes-table"
> >
<tr> <tr>
<th <th
...@@ -26,24 +26,24 @@ exports[`OutputListComponent should display information in HTML file 1`] = ` ...@@ -26,24 +26,24 @@ exports[`OutputListComponent should display information in HTML file 1`] = `
</tr> </tr>
<tr> <tr>
<td <td
headers="id 2" headers="id"
> >
2 2
</td> </td>
<td <td
headers="attribute name_two" headers="attribute"
> >
name_two name_two
</td> </td>
</tr> </tr>
<tr> <tr>
<td <td
headers="id 1" headers="id"
> >
1 1
</td> </td>
<td <td
headers="attribute name_one" headers="attribute"
> >
name_one name_one
</td> </td>
......
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