Skip to content

Commit

Permalink
fix: fix formatting on error.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
httpJunkie committed Dec 18, 2024
1 parent 258b0a0 commit ae6d64e
Showing 1 changed file with 34 additions and 31 deletions.
65 changes: 34 additions & 31 deletions test/e2e/tests/metrics/errors.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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: {
Expand Down

0 comments on commit ae6d64e

Please sign in to comment.