mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 02:35:48 +03:00
Update test assertions
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
9e4348e8f1
commit
e6404daf3c
1 changed files with 1 additions and 1 deletions
|
@ -64,6 +64,6 @@ describe("CryptographyPanel", () => {
|
|||
|
||||
// Then "not supported key
|
||||
await flushPromises();
|
||||
expect(codes[1].innerHTML).toEqual("<b><not supported></b>");
|
||||
expect(codes[1].innerHTML).toEqual("<strong><not supported></strong>");
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue