Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jpuri committed Jan 15, 2025
1 parent 1227bb4 commit cf8d4da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions e2e/specs/confirmations/signatures/ethereum-sign.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {
import { SmokeConfirmations } from '../../../tags';
import TestHelpers from '../../../helpers';
import Assertions from '../../../utils/Assertions';
import { mockEvents } from '../../../api-mocking/mock-config/mock-events';

describe(SmokeConfirmations('Ethereum Sign'), () => {
beforeAll(async () => {
Expand All @@ -20,6 +21,10 @@ describe(SmokeConfirmations('Ethereum Sign'), () => {
});

it('Sign in with Ethereum', async () => {
const testSpecificMock = {
GET: [mockEvents.GET.remoteFeatureFlags],
};

await withFixtures(
{
dapp: true,
Expand All @@ -29,6 +34,7 @@ describe(SmokeConfirmations('Ethereum Sign'), () => {
.build(),
restartDevice: true,
ganacheOptions: defaultGanacheOptions,
testSpecificMock,
},
async () => {
await loginToApp();
Expand Down

0 comments on commit cf8d4da

Please sign in to comment.