Skip to content

Commit

Permalink
test: add e2e assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
mnahkies committed Apr 20, 2024
1 parent a84600a commit 8b4e39b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/auth/e2e/multiFactor.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,9 @@ describe('multi-factor modular', function () {
multiFactorResolver.should.be.an.Object();
multiFactorResolver.hints.should.be.an.Array();
multiFactorResolver.hints.length.should.equal(1);
multiFactorResolver.hints[0].factorId.should.equal('phone');
multiFactorResolver.hints[0].phoneNumber.should.equal(phoneNumber);

multiFactorResolver.session.should.be.a.String();

const verificationId = await new firebase.auth.PhoneAuthProvider(
Expand Down

0 comments on commit 8b4e39b

Please sign in to comment.