Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jpuri committed Nov 28, 2024
1 parent bedbed1 commit 34cec6e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test/e2e/tests/confirmations/signatures/permit.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,9 @@ describe('Confirmation Signature - Permit @no-mmi', function (this: Suite) {
this.test?.fullTitle(),
TransactionEnvelopeType.legacy,
async ({ driver }: TestSuiteArguments) => {
await unlockWallet(driver);
await openDapp(driver);
await driver.clickElement('#signPermit');
await driver.switchToWindowWithTitle(WINDOW_TITLES.Dialog);
await initializePages(driver);
await openDappAndTriggerSignature(driver, SignatureType.Permit);

const simulationSection = driver.findElement({
text: 'Estimated changes',
});
Expand Down

0 comments on commit 34cec6e

Please sign in to comment.