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

Merge branch '2-add-tests-for-instance-documentation-module' into 'develop'

Fix tests

Closes #2

See merge request !7
parents 2385dc60 64f18831
No related branches found
No related tags found
2 merge requests!29Develop,!7Fix tests
Pipeline #6052 passed
Pipeline: anis-next

#6053

    ......@@ -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