From 64f18831d40e6777e6b4585f92372958f8fdb44f Mon Sep 17 00:00:00 2001 From: Tifenn Guillas <tifenn.guillas@gmail.com> Date: Wed, 4 Aug 2021 11:39:20 +0200 Subject: [PATCH] Fix tests --- .../output-list.component.spec.ts.snap | 25 ++++++++++++++----- 1 file changed, 19 insertions(+), 6 deletions(-) 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 c2501b4a..0176fadf 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> -- GitLab