Skip to content
Snippets Groups Projects
Commit 232a3e98 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

Merge branch 'master' of git.astron.nl:ro/lofar

parents ba7962c8 b881ec5c
No related branches found
No related tags found
No related merge requests found
......@@ -147,11 +147,11 @@ const QaReportingTemplate = {
</tbody>
</table>
<br/>
<strong>Performance of the system:</strong>
<strong>Data recording:</strong>
<p><strong>Performance of the system:</strong><br><br></p>
<p><strong>Data recording:</strong><br><br></p>
${missingStationsContent?missingStationsContent:""}
<strong>Data processing:</strong>
<strong>Archiving:</strong>
<p><strong>Data processing:</strong><br><br></p>
<p><strong>Archiving:</strong><br><br></p>
<strong style='display:inline'>Remarks:</strong><p style= "display:inline; position: relative"> Please analyse the validation plots at
<a href="https://proxy.lofar.eu/inspect/HTML/">https://proxy.lofar.eu/inspect/HTML/</a> within 24 hours after this notification and submit your
findings using the form at <a href="/schedulingunit/${id}/workflow">${window.location.origin}/schedulingunit/${id}/workflow </a>.
......
......@@ -97,7 +97,10 @@ describe('Project Report Render With Contents', () => {
await waitFor(() => {
expect(component.container.querySelector('.p-autocomplete-loader')).toBeNull();
}, { timeout: 5000 });
await waitFor(() => {
const anchorElement = component.container.querySelector(".report-calendar");
expect(anchorElement).toBeInTheDocument();
});
const componentSnapshotAfterCsv = component.asFragment();
expect(componentSnapshotAfterCsv).toMatchSnapshot("After CSV Generation");
await waitFor(() => {
......@@ -107,10 +110,10 @@ describe('Project Report Render With Contents', () => {
cinstance.clearAll();
await waitFor(() => {
expect(component.container.querySelector('.p-autocomplete-loader')).toBeNull();
expect(component.container.querySelector('.p-icon-spin')).toBeNull();
}, { timeout: 5000 });
const componentSnapshotAfterClear = component.asFragment();
expect(componentSnapshotAfterClear).toMatchSnapshot("After Clear ALl");
......
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