diff --git a/cypress/e2e/prodhealthcheck/add_owner.cy.js b/cypress/e2e/prodhealthcheck/add_owner.cy.js index 23695d0165..636ba0ed65 100644 --- a/cypress/e2e/prodhealthcheck/add_owner.cy.js +++ b/cypress/e2e/prodhealthcheck/add_owner.cy.js @@ -8,7 +8,7 @@ let staticSafes = [] const walletCredentials = JSON.parse(Cypress.env('CYPRESS_WALLET_CREDENTIALS')) const signer = walletCredentials.OWNER_4_PRIVATE_KEY -describe('Add Owners tests', () => { +describe('[PROD] Add Owners tests', () => { before(async () => { staticSafes = await getSafes(CATEGORIES.static) }) diff --git a/cypress/e2e/prodhealthcheck/create_tx.cy.js b/cypress/e2e/prodhealthcheck/create_tx.cy.js index 9e36b14b7a..d28755c251 100644 --- a/cypress/e2e/prodhealthcheck/create_tx.cy.js +++ b/cypress/e2e/prodhealthcheck/create_tx.cy.js @@ -18,7 +18,7 @@ function happyPathToStepTwo() { createtx.clickOnNextBtn() } -describe.skip('Create transactions tests', () => { +describe.skip('[PROD] Create transactions tests', () => { before(async () => { staticSafes = await getSafes(CATEGORIES.static) }) diff --git a/cypress/e2e/prodhealthcheck/messages_onchain.cy.js b/cypress/e2e/prodhealthcheck/messages_onchain.cy.js index 1db0a3c90a..221036d5b5 100644 --- a/cypress/e2e/prodhealthcheck/messages_onchain.cy.js +++ b/cypress/e2e/prodhealthcheck/messages_onchain.cy.js @@ -8,7 +8,7 @@ let staticSafes = [] const typeMessagesOnchain = msg_data.type.onChain -describe('Onchain Messages tests', () => { +describe('[PROD] Onchain Messages tests', () => { before(async () => { staticSafes = await getSafes(CATEGORIES.static) }) diff --git a/cypress/e2e/prodhealthcheck/nfts.cy.js b/cypress/e2e/prodhealthcheck/nfts.cy.js index 8056c7ac37..da80bca2ae 100644 --- a/cypress/e2e/prodhealthcheck/nfts.cy.js +++ b/cypress/e2e/prodhealthcheck/nfts.cy.js @@ -16,7 +16,7 @@ let nftsSafes, const walletCredentials = JSON.parse(Cypress.env('CYPRESS_WALLET_CREDENTIALS')) const signer = walletCredentials.OWNER_4_PRIVATE_KEY -describe.skip('NFTs tests', () => { +describe.skip('[PROD] NFTs tests', () => { before(() => { getSafes(CATEGORIES.nfts) .then((nfts) => { diff --git a/cypress/e2e/prodhealthcheck/recovery.cy.js b/cypress/e2e/prodhealthcheck/recovery.cy.js index 071b6c4858..e201a66a3b 100644 --- a/cypress/e2e/prodhealthcheck/recovery.cy.js +++ b/cypress/e2e/prodhealthcheck/recovery.cy.js @@ -6,7 +6,7 @@ import { getSafes, CATEGORIES } from '../../support/safes/safesHandler.js' let recoverySafes, staticSafes = [] -describe('Production recovery health check tests', { defaultCommandTimeout: 50000 }, () => { +describe('[PROD] Production recovery health check tests', { defaultCommandTimeout: 50000 }, () => { before(() => { getSafes(CATEGORIES.recovery) .then((recoveries) => { diff --git a/cypress/e2e/prodhealthcheck/remove_owner.cy.js b/cypress/e2e/prodhealthcheck/remove_owner.cy.js index f13a21feab..4c888a993b 100644 --- a/cypress/e2e/prodhealthcheck/remove_owner.cy.js +++ b/cypress/e2e/prodhealthcheck/remove_owner.cy.js @@ -10,7 +10,7 @@ let staticSafes = [] const walletCredentials = JSON.parse(Cypress.env('CYPRESS_WALLET_CREDENTIALS')) const signer = walletCredentials.OWNER_4_PRIVATE_KEY -describe('Remove Owners tests', () => { +describe('[PROD] Remove Owners tests', () => { before(async () => { staticSafes = await getSafes(CATEGORIES.static) }) diff --git a/cypress/e2e/prodhealthcheck/sidebar.cy.js b/cypress/e2e/prodhealthcheck/sidebar.cy.js index 00d642eb0d..9eafb95451 100644 --- a/cypress/e2e/prodhealthcheck/sidebar.cy.js +++ b/cypress/e2e/prodhealthcheck/sidebar.cy.js @@ -9,7 +9,7 @@ let staticSafes = [] const walletCredentials = JSON.parse(Cypress.env('CYPRESS_WALLET_CREDENTIALS')) const signer = walletCredentials.OWNER_4_PRIVATE_KEY -describe('Sidebar tests', () => { +describe('[PROD] Sidebar tests', () => { before(async () => { staticSafes = await getSafes(CATEGORIES.static) }) diff --git a/cypress/e2e/prodhealthcheck/sidebar_3.cy.js b/cypress/e2e/prodhealthcheck/sidebar_3.cy.js index 28c051d9b6..f5af8a1d01 100644 --- a/cypress/e2e/prodhealthcheck/sidebar_3.cy.js +++ b/cypress/e2e/prodhealthcheck/sidebar_3.cy.js @@ -12,7 +12,7 @@ const signer = walletCredentials.OWNER_4_PRIVATE_KEY const signer1 = walletCredentials.OWNER_1_PRIVATE_KEY const signer2 = walletCredentials.OWNER_3_PRIVATE_KEY -describe.skip('Sidebar tests 3', () => { +describe.skip('[PROD] Sidebar tests 3', () => { before(async () => { staticSafes = await getSafes(CATEGORIES.static) }) diff --git a/cypress/e2e/prodhealthcheck/spending_limits.cy.js b/cypress/e2e/prodhealthcheck/spending_limits.cy.js index a8e4a8364f..5c25c2386f 100644 --- a/cypress/e2e/prodhealthcheck/spending_limits.cy.js +++ b/cypress/e2e/prodhealthcheck/spending_limits.cy.js @@ -15,7 +15,7 @@ const tokenAmount = 0.1 const newTokenAmount = 0.001 const spendingLimitBalance = '(0.15 ETH)' -describe('Spending limits tests', () => { +describe('[PROD] Spending limits tests', () => { before(async () => { staticSafes = await getSafes(CATEGORIES.static) }) diff --git a/cypress/e2e/prodhealthcheck/swaps_history_2.cy.js b/cypress/e2e/prodhealthcheck/swaps_history_2.cy.js index 845964ea2a..aef8ec2253 100644 --- a/cypress/e2e/prodhealthcheck/swaps_history_2.cy.js +++ b/cypress/e2e/prodhealthcheck/swaps_history_2.cy.js @@ -9,7 +9,7 @@ let staticSafes = [] const swapsHistory = swaps_data.type.history -describe('Swaps history tests 2', () => { +describe('[PROD] Swaps history tests 2', () => { before(async () => { staticSafes = await getSafes(CATEGORIES.static) }) diff --git a/cypress/e2e/prodhealthcheck/swaps_tokens.cy.js b/cypress/e2e/prodhealthcheck/swaps_tokens.cy.js index 83eee82426..3762501087 100644 --- a/cypress/e2e/prodhealthcheck/swaps_tokens.cy.js +++ b/cypress/e2e/prodhealthcheck/swaps_tokens.cy.js @@ -11,7 +11,7 @@ const signer = walletCredentials.OWNER_4_PRIVATE_KEY let iframeSelector = `iframe[src*="${constants.swapWidget}"]` -describe('[SMOKE] Swaps token tests', () => { +describe('[PROD] Swaps token tests', () => { before(async () => { staticSafes = await getSafes(CATEGORIES.static) }) diff --git a/cypress/e2e/prodhealthcheck/tokens.cy.js b/cypress/e2e/prodhealthcheck/tokens.cy.js index b55b0b13c5..ed585c51ed 100644 --- a/cypress/e2e/prodhealthcheck/tokens.cy.js +++ b/cypress/e2e/prodhealthcheck/tokens.cy.js @@ -9,7 +9,7 @@ const FIAT_AMOUNT_COLUMN = 2 let staticSafes = [] -describe('Prod tokens tests', () => { +describe('[PROD] Prod tokens tests', () => { const fiatRegex = assets.fiatRegex before(async () => { diff --git a/cypress/e2e/prodhealthcheck/tx_history.cy.js b/cypress/e2e/prodhealthcheck/tx_history.cy.js index 8cd2dcfbd5..2f22b4bd6d 100644 --- a/cypress/e2e/prodhealthcheck/tx_history.cy.js +++ b/cypress/e2e/prodhealthcheck/tx_history.cy.js @@ -14,7 +14,7 @@ const typeDeleteAllowance = data.type.deleteSpendingLimit const typeSideActions = data.type.sideActions const typeGeneral = data.type.general -describe('Tx history tests 1', () => { +describe('[PROD] Tx history tests 1', () => { before(async () => { staticSafes = await getSafes(CATEGORIES.static) }) diff --git a/cypress/e2e/prodhealthcheck/tx_history_2.cy.js b/cypress/e2e/prodhealthcheck/tx_history_2.cy.js index faa6f50bf0..691fc91324 100644 --- a/cypress/e2e/prodhealthcheck/tx_history_2.cy.js +++ b/cypress/e2e/prodhealthcheck/tx_history_2.cy.js @@ -17,7 +17,7 @@ const typeSideActions = data.type.sideActions const typeGeneral = data.type.general const typeUntrustedToken = data.type.untrustedReceivedToken -describe('Tx history tests 2', () => { +describe('[PROD] Tx history tests 2', () => { before(async () => { staticSafes = await getSafes(CATEGORIES.static) })