Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JuroUhlar committed Sep 23, 2024
1 parent 50233b4 commit eea3949
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions e2e/sms-pumping/bot-unprotected.spec.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
import { expect, test } from '@playwright/test';
import { TEST_IDS } from '../../src/client/testIDs';
import {
MAX_SMS_ATTEMPTS,
SMS_ATTEMPT_TIMEOUT_MAP,
SMS_FRAUD_COPY,
TEST_PHONE_NUMBER,
} from '../../src/server/sms-pumping/smsPumpingConst';

import { assertAlert, assertSnackbar, blockGoogleTagManager, resetScenarios } from '../e2eTestUtils';
import { ONE_MINUTE_MS } from '../../src/shared/timeUtils';
import { TEST_BUILD } from '../../src/envShared';
import {
SMS_FRAUD_COPY,
TEST_PHONE_NUMBER,
MAX_SMS_ATTEMPTS,
SMS_ATTEMPT_TIMEOUT_MAP,
} from '../../src/app/sms-pumping/api/smsPumpingConst';

const TEST_ID = TEST_IDS.smsFraud;

Expand Down

0 comments on commit eea3949

Please sign in to comment.