@@ -69,6 +69,11 @@ describe('Sign Typed Data Signature Request', function () {
6969 dapp : true ,
7070 fixtures : new FixtureBuilder ( )
7171 . withPermissionControllerConnectedToTestDapp ( )
72+ . withPreferencesController ( {
73+ preferences : {
74+ redesignedConfirmationsEnabled : false ,
75+ } ,
76+ } )
7277 . build ( ) ,
7378 ganacheOptions : defaultGanacheOptions ,
7479 title : this . test . fullTitle ( ) ,
@@ -129,6 +134,11 @@ describe('Sign Typed Data Signature Request', function () {
129134 dapp : true ,
130135 fixtures : new FixtureBuilder ( )
131136 . withPermissionControllerConnectedToTestDapp ( )
137+ . withPreferencesController ( {
138+ preferences : {
139+ redesignedConfirmationsEnabled : false ,
140+ } ,
141+ } )
132142 . build ( ) ,
133143 ganacheOptions : defaultGanacheOptions ,
134144 title : this . test . fullTitle ( ) ,
@@ -206,6 +216,11 @@ describe('Sign Typed Data Signature Request', function () {
206216 dapp : true ,
207217 fixtures : new FixtureBuilder ( )
208218 . withPermissionControllerConnectedToTestDapp ( )
219+ . withPreferencesController ( {
220+ preferences : {
221+ redesignedConfirmationsEnabled : false ,
222+ } ,
223+ } )
209224 . build ( ) ,
210225 ganacheOptions : defaultGanacheOptions ,
211226 title : this . test . fullTitle ( ) ,
@@ -257,6 +272,11 @@ describe('Sign Typed Data Signature Request', function () {
257272 dapp : true ,
258273 fixtures : new FixtureBuilder ( )
259274 . withPermissionControllerConnectedToTestDapp ( )
275+ . withPreferencesController ( {
276+ preferences : {
277+ redesignedConfirmationsEnabled : false ,
278+ } ,
279+ } )
260280 . build ( ) ,
261281 ganacheOptions : defaultGanacheOptions ,
262282 title : this . test . fullTitle ( ) ,
0 commit comments