|
8 | 8 | unlockWallet, |
9 | 9 | getEventPayloads, |
10 | 10 | clickSignOnSignatureConfirmation, |
| 11 | + tempToggleSettingRedesignedConfirmations, |
11 | 12 | validateContractDetails, |
12 | 13 | } = require('../../helpers'); |
13 | 14 | const FixtureBuilder = require('../../fixture-builder'); |
@@ -65,6 +66,7 @@ describe('Signature Approved Event @no-mmi', function () { |
65 | 66 | }, |
66 | 67 | async ({ driver, mockedEndpoint: mockedEndpoints }) => { |
67 | 68 | await unlockWallet(driver); |
| 69 | + await tempToggleSettingRedesignedConfirmations(driver); |
68 | 70 | await openDapp(driver); |
69 | 71 |
|
70 | 72 | // creates a sign typed data signature request |
@@ -116,6 +118,7 @@ describe('Signature Approved Event @no-mmi', function () { |
116 | 118 | }, |
117 | 119 | async ({ driver, mockedEndpoint: mockedEndpoints }) => { |
118 | 120 | await unlockWallet(driver); |
| 121 | + await tempToggleSettingRedesignedConfirmations(driver); |
119 | 122 | await openDapp(driver); |
120 | 123 |
|
121 | 124 | // creates a sign typed data signature request |
@@ -163,6 +166,7 @@ describe('Signature Approved Event @no-mmi', function () { |
163 | 166 | }, |
164 | 167 | async ({ driver, mockedEndpoint: mockedEndpoints }) => { |
165 | 168 | await unlockWallet(driver); |
| 169 | + await tempToggleSettingRedesignedConfirmations(driver); |
166 | 170 | await openDapp(driver); |
167 | 171 |
|
168 | 172 | // creates a sign typed data signature request |
@@ -209,6 +213,7 @@ describe('Signature Approved Event @no-mmi', function () { |
209 | 213 | }, |
210 | 214 | async ({ driver, mockedEndpoint: mockedEndpoints }) => { |
211 | 215 | await unlockWallet(driver); |
| 216 | + await tempToggleSettingRedesignedConfirmations(driver); |
212 | 217 | await openDapp(driver); |
213 | 218 |
|
214 | 219 | // creates a sign typed data signature request |
@@ -260,6 +265,7 @@ describe('Signature Approved Event @no-mmi', function () { |
260 | 265 | }, |
261 | 266 | async ({ driver, mockedEndpoint: mockedEndpoints }) => { |
262 | 267 | await unlockWallet(driver); |
| 268 | + await tempToggleSettingRedesignedConfirmations(driver); |
263 | 269 | await openDapp(driver); |
264 | 270 |
|
265 | 271 | // creates a sign typed data signature request |
|
0 commit comments