diff --git a/bridge/e2e/firestore/documentSnapshot.e2e.js b/bridge/e2e/firestore/documentSnapshot.e2e.js index 7ae3746b..57799da4 100644 --- a/bridge/e2e/firestore/documentSnapshot.e2e.js +++ b/bridge/e2e/firestore/documentSnapshot.e2e.js @@ -1,4 +1,4 @@ -describe.only('firestore()', () => { +describe('firestore()', () => { describe('DocumentSnapshot', () => { before(async () => { await TestHelpers.firestore.resetTestCollectionDoc();