mirror of https://github.com/vector-im/riot-web
Update test assertions
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/28192/head
parent
9e4348e8f1
commit
e6404daf3c
|
@ -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 New Issue