breaking changes from expect upgrade
Signed-off-by: Stephen Solka <stephen0q@gmail.com>
This commit is contained in:
parent
22167f8538
commit
c3185a4cdb
6 changed files with 42 additions and 42 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue