mirror of
https://github.com/mgeeky/decode-spam-headers.git
synced 2026-02-22 05:23:31 +01:00
MAESTRO: stabilize coverage runs and fix tests
This commit is contained in:
@@ -152,7 +152,7 @@ describe("Home page", () => {
|
||||
expect(timeoutTests?.textContent ?? "").toMatch(/Mimecast Fingerprint/);
|
||||
expect(timeoutTests?.textContent ?? "").toMatch(/Proofpoint TAP/);
|
||||
|
||||
const results = container.querySelector('[data-testid="analysis-results"]');
|
||||
const results = container.querySelector('[data-testid="report-container"]');
|
||||
expect(results).not.toBeNull();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user