it('shows the correct description for the error-alert',()=>{
expect(trimText(findAlert().text())).toContain(
'The security reports below contain one or more vulnerability findings that could not be parsed and were not recorded. Download the artifacts in the job output to investigate. Ensure any security report created conforms to the relevant JSON schema',
);
});
it('shows the correct title for the error alert',()=>{
it('shows the correct description for the error-alert',()=>{
expect(trimText(findAlert().text())).toContain(
'The security reports below contain one or more vulnerability findings that could not be parsed and were not recorded. Download the artifacts in the job output to investigate. Ensure any security report created conforms to the relevant JSON schema',
);
describe('errors details',()=>{
it('shows an accordion containing a list of scans with errors',()=>{