[tests][perf] setPerformanceCollectionEnabled should re-enable otherwise other tests fails
This commit is contained in:
parent
7bebdbed7f
commit
986ad18ae7
@ -6,6 +6,8 @@ describe('perf()', () => {
|
||||
|
||||
it('false', async () => {
|
||||
await firebase.perf().setPerformanceCollectionEnabled(false);
|
||||
await firebase.perf().setPerformanceCollectionEnabled(true);
|
||||
await device.launchApp({ newInstance: true });
|
||||
});
|
||||
|
||||
it('errors if not boolean', async () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user