Skip to content

Commit

Permalink
fix: e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
vinistevam committed Dec 2, 2024
1 parent 42aeac7 commit 617d288
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe(SmokeConfirmations('Security Alert API - Typed Sign'), () => {
await Browser.navigateToTestDApp();
await TestDApp.tapTypedSignButton();
await Assertions.checkIfVisible(SigningBottomSheet.typedRequest);
await TestHelpers.delay(1000);
await TestHelpers.delay(2000);
};

const runTest = async (testSpecificMock, alertAssertion) => {
Expand Down Expand Up @@ -74,7 +74,6 @@ describe(SmokeConfirmations('Security Alert API - Typed Sign'), () => {

await runTest(testSpecificMock, async () => {
try {
await Assertions.checkIfNotVisible(ConfirmationView.securityAlertLoader);
await Assertions.checkIfNotVisible(ConfirmationView.securityAlertBanner);
} catch (e) {
// eslint-disable-next-line no-console
Expand Down

0 comments on commit 617d288

Please sign in to comment.