Update test assertions

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2024-09-25 17:34:06 +01:00
parent 9e4348e8f1
commit e6404daf3c
No known key found for this signature in database
GPG key ID: A2B008A5F49F5D0D

View file

@ -64,6 +64,6 @@ describe("CryptographyPanel", () => {
// Then "not supported key // Then "not supported key
await flushPromises(); await flushPromises();
expect(codes[1].innerHTML).toEqual("<b>&lt;not supported&gt;</b>"); expect(codes[1].innerHTML).toEqual("<strong>&lt;not supported&gt;</strong>");
}); });
}); });