From ae6d64eb91dee81a715c485b824534e135dfb1c2 Mon Sep 17 00:00:00 2001 From: httpjunkie Date: Wed, 18 Dec 2024 05:29:45 -0500 Subject: [PATCH] fix: fix formatting on error.spec.js --- test/e2e/tests/metrics/errors.spec.js | 65 ++++++++++++++------------- 1 file changed, 34 insertions(+), 31 deletions(-) diff --git a/test/e2e/tests/metrics/errors.spec.js b/test/e2e/tests/metrics/errors.spec.js index d78a089ef5c9..5e8de0b8fbe9 100644 --- a/test/e2e/tests/metrics/errors.spec.js +++ b/test/e2e/tests/metrics/errors.spec.js @@ -279,9 +279,9 @@ describe('Sentry errors', function () { participateInMetaMetrics: false, }) .withPreferencesController({ - preferences: { smartTransactionsMigrationApplied: false }, - }) - .build(), + preferences: { smartTransactionsMigrationApplied: false }, + }) + .build(), ganacheOptions, title: this.test.fullTitle(), testSpecificMock: mockSentryTestError, @@ -487,9 +487,9 @@ describe('Sentry errors', function () { participateInMetaMetrics: true, }) .withPreferencesController({ - preferences: { smartTransactionsMigrationApplied: false }, - }) - .build(), + preferences: { smartTransactionsMigrationApplied: false }, + }) + .build(), ganacheOptions, title: this.test.fullTitle(), testSpecificMock: mockSentryTestError, @@ -536,9 +536,9 @@ describe('Sentry errors', function () { participateInMetaMetrics: true, }) .withPreferencesController({ - preferences: { smartTransactionsMigrationApplied: false }, - }) - .build(), + preferences: { smartTransactionsMigrationApplied: false }, + }) + .build(), ganacheOptions, title: this.test.fullTitle(), testSpecificMock: mockSentryTestError, @@ -604,9 +604,9 @@ describe('Sentry errors', function () { participateInMetaMetrics: false, }) .withPreferencesController({ - preferences: { smartTransactionsMigrationApplied: false }, - }) - .build(), + preferences: { smartTransactionsMigrationApplied: false }, + }) + .build(), ganacheOptions, title: this.test.fullTitle(), testSpecificMock: mockSentryTestError, @@ -642,9 +642,9 @@ describe('Sentry errors', function () { participateInMetaMetrics: false, }) .withPreferencesController({ - preferences: { smartTransactionsMigrationApplied: false }, - }) - .build(), + preferences: { smartTransactionsMigrationApplied: false }, + }) + .build(), ganacheOptions, title: this.test.fullTitle(), testSpecificMock: mockSentryTestError, @@ -681,9 +681,9 @@ describe('Sentry errors', function () { participateInMetaMetrics: true, }) .withPreferencesController({ - preferences: { smartTransactionsMigrationApplied: false }, - }) - .build(), + preferences: { smartTransactionsMigrationApplied: false }, + }) + .build(), ganacheOptions, title: this.test.fullTitle(), testSpecificMock: mockSentryTestError, @@ -730,9 +730,9 @@ describe('Sentry errors', function () { participateInMetaMetrics: true, }) .withPreferencesController({ - preferences: { smartTransactionsMigrationApplied: false }, - }) - .build(), + preferences: { smartTransactionsMigrationApplied: false }, + }) + .build(), ganacheOptions, title: this.test.fullTitle(), testSpecificMock: mockSentryTestError, @@ -796,9 +796,9 @@ describe('Sentry errors', function () { participateInMetaMetrics: true, }) .withPreferencesController({ - preferences: { smartTransactionsMigrationApplied: false }, - }) - .build(), + preferences: { smartTransactionsMigrationApplied: false }, + }) + .build(), ganacheOptions, title: this.test.fullTitle(), testSpecificMock: mockSentryTestError, @@ -843,9 +843,9 @@ describe('Sentry errors', function () { participateInMetaMetrics: true, }) .withPreferencesController({ - preferences: { smartTransactionsMigrationApplied: false }, - }) - .build(), + preferences: { smartTransactionsMigrationApplied: false }, + }) + .build(), ganacheOptions, title: this.test.fullTitle(), testSpecificMock: mockSentryTestError, @@ -954,10 +954,13 @@ describe('Sentry errors', function () { }; await withFixtures( { - fixtures: new FixtureBuilder().withPreferencesController({ - preferences: { smartTransactionsMigrationApplied: false }, - }) - .build(), + fixtures: new FixtureBuilder() + .withPreferencesController({ + preferences: { + smartTransactionsMigrationApplied: false, + }, + }) + .build(), ganacheOptions, title: this.test.fullTitle(), manifestFlags: {