You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
breaking changes from expect upgrade
Signed-off-by: Stephen Solka <stephen0q@gmail.com>
This commit is contained in:
committed by
J. Ryan Stinnett
parent
22167f8538
commit
c3185a4cdb
@ -83,8 +83,8 @@ describe('InteractiveAuthDialog', function() {
|
||||
submitNode = node;
|
||||
}
|
||||
}
|
||||
expect(passwordNode).toExist();
|
||||
expect(submitNode).toExist();
|
||||
expect(passwordNode).toBeTruthy();
|
||||
expect(submitNode).toBeTruthy();
|
||||
|
||||
// submit should be disabled
|
||||
expect(submitNode.disabled).toBe(true);
|
||||
|
Reference in New Issue
Block a user