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

Merge branch '9-add-tests-for-core-module' into 'develop'

Fix snapshot

Closes #9

See merge request !14
parents 6faff9da 2d71c2b5
No related branches found
No related tags found
2 merge requests!29Develop,!14Fix snapshot
Pipeline #6419 passed
Pipeline: anis-next

#6420

    ......@@ -10,7 +10,7 @@ exports[`OutputListComponent should display information in HTML file 1`] = `
    </h4><table
    aria-describedby="Attribute list"
    class="attributes-table p-0"
    id="table"
    id="attributes-table"
    >
    <tr>
    <th
    ......@@ -26,24 +26,24 @@ exports[`OutputListComponent should display information in HTML file 1`] = `
    </tr>
    <tr>
    <td
    headers="id 2"
    headers="id"
    >
    2
    </td>
    <td
    headers="attribute name_two"
    headers="attribute"
    >
    name_two
    </td>
    </tr>
    <tr>
    <td
    headers="id 1"
    headers="id"
    >
    1
    </td>
    <td
    headers="attribute name_one"
    headers="attribute"
    >
    name_one
    </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