mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
Test to see if skipping the previous test makes it pass
This commit is contained in:
parent
53dc281a24
commit
c14367478a
@ -48,7 +48,7 @@ describe("ManualDeviceKeyVerificationDialog", () => {
|
||||
});
|
||||
});
|
||||
|
||||
it("should not call crossSignDevice if fingerprint is wrong", async () => {
|
||||
it.skip("should not call crossSignDevice if fingerprint is wrong", async () => {
|
||||
// Given a dialog populated with incorrect fingerprint
|
||||
const { dialog, onFinished } = populateDialog("DEVICEID", "WRONG_FINGERPRINT");
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user