diff --git a/client/src/app/instance/documentation/components/__snapshots__/output-list.component.spec.ts.snap b/client/src/app/instance/documentation/components/__snapshots__/output-list.component.spec.ts.snap index c2501b4af9165dccfd37f35349784bbf5668f41e..0176fadf02e73c3f60cc5c02725be75c7f97fb92 100644 --- a/client/src/app/instance/documentation/components/__snapshots__/output-list.component.spec.ts.snap +++ b/client/src/app/instance/documentation/components/__snapshots__/output-list.component.spec.ts.snap @@ -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>