Update test assertions

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/28192/head
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
1 changed files with 1 additions and 1 deletions

View File

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