File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ import {
88 withFixtures ,
99 defaultGanacheOptions ,
1010} from '../../fixtures/fixture-helper' ;
11- import { SmokeNetworkExpansion } from '../../tags' ;
11+ import { SmokeAccounts } from '../../tags' ;
1212import TestHelpers from '../../helpers' ;
1313import Assertions from '../../utils/Assertions' ;
1414import RevealSecretRecoveryPhrase from '../../pages/Settings/SecurityAndPrivacy/RevealSecretRecoveryPhrase' ;
1515import ErrorBoundaryView from '../../pages/ErrorBoundaryView/ErrorBoundaryView' ;
1616import { buildPermissions } from '../../fixtures/utils' ;
1717const PASSWORD = '123123123' ;
1818
19- describe ( SmokeNetworkExpansion ( 'Error Boundary Screen' ) , ( ) => {
19+ describe ( SmokeAccounts ( 'Error Boundary Screen' ) , ( ) => {
2020 beforeAll ( async ( ) => {
2121 jest . setTimeout ( 2500000 ) ;
2222 await TestHelpers . reverseServerPort ( ) ;
Original file line number Diff line number Diff line change 11'use strict' ;
2- import { SmokeNetworkExpansion } from '../../tags' ;
2+ import { SmokeAccounts } from '../../tags' ;
33import WalletView from '../../pages/wallet/WalletView' ;
44import { importWalletWithRecoveryPhrase } from '../../viewHelper' ;
55import AccountListBottomSheet from '../../pages/wallet/AccountListBottomSheet' ;
@@ -10,7 +10,7 @@ import CommonView from '../../pages/CommonView';
1010import SuccessImportAccountView from '../../pages/importAccount/SuccessImportAccountView' ;
1111import TestHelpers from '../../helpers' ;
1212
13- describe ( SmokeNetworkExpansion ( 'Import account via private to wallet' ) , ( ) => {
13+ describe ( SmokeAccounts ( 'Import account via private to wallet' ) , ( ) => {
1414 // This key is for testing private key import only
1515 // I should NEVER hold any eth or token
1616 const TEST_PRIVATE_KEY =
Original file line number Diff line number Diff line change 11'use strict' ;
22
3- import { SmokeNetworkExpansion } from '../../tags.js' ;
3+ import { SmokeAccounts } from '../../tags.js' ;
44import TestHelpers from '../../helpers.js' ;
55import { loginToApp } from '../../viewHelper.js' ;
66import TabBarComponent from '../../pages/wallet/TabBarComponent.js' ;
@@ -31,7 +31,7 @@ const QUIZ_QUESTION_1 = 1;
3131const QUIZ_QUESTION_2 = 2 ;
3232
3333describe (
34- SmokeNetworkExpansion ( 'Secret Recovery Phrase Reveal from Settings' ) ,
34+ SmokeAccounts ( 'Secret Recovery Phrase Reveal from Settings' ) ,
3535 ( ) => {
3636 beforeAll ( async ( ) => {
3737 await TestHelpers . reverseServerPort ( ) ;
You can’t perform that action at this time.
0 commit comments