From 4206340042a5ae6abfc9ea2a4cdedcf068ecf1b4 Mon Sep 17 00:00:00 2001 From: Franco Venica Date: Mon, 29 Jan 2024 22:39:25 -0300 Subject: [PATCH] solving clonflict with test safes --- cypress/e2e/regression/tokens.cy.js | 2 +- cypress/support/constants.js | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/cypress/e2e/regression/tokens.cy.js b/cypress/e2e/regression/tokens.cy.js index 3e812a79fb..8a310b5f02 100644 --- a/cypress/e2e/regression/tokens.cy.js +++ b/cypress/e2e/regression/tokens.cy.js @@ -177,7 +177,7 @@ describe('Tokens tests', () => { }) it('Verify that when connected user is not owner, Send button is disabled', () => { - cy.visit(constants.BALANCE_URL + constants.SEPOLIA_TEST_SAFE_11) + cy.visit(constants.BALANCE_URL + constants.SEPOLIA_TEST_SAFE_13) assets.selectTokenList(assets.tokenListOptions.allTokens) assets.showSendBtn(0) assets.sendButtonIsDisabled() diff --git a/cypress/support/constants.js b/cypress/support/constants.js index 19e4938a23..bf3aeb63dc 100644 --- a/cypress/support/constants.js +++ b/cypress/support/constants.js @@ -18,10 +18,12 @@ export const SEPOLIA_TEST_SAFE_8 = 'sep:0x5912f6616c84024cD1aff0D5b55bb36F5180fF // SAFE 9 & 10 are used for safe apps tests export const SEPOLIA_TEST_SAFE_9 = 'sep:0xD1571E8Cc4438aFef2836DD9a0E5D09fb63EDE9a' export const SEPOLIA_TEST_SAFE_10 = 'sep:0x4DD4cB2299E491E1B469245DB589ccB2B16d7bde' -// SAFE 11 is a safe with native tokens but the automation user is not its owner -export const SEPOLIA_TEST_SAFE_11 = 'sep:0xfC0A7ac73Fde7547ac0792Cca1D8A50CE0AFC4Df' +// SAFE 11 is used for remove owner tests +export const SEPOLIA_TEST_SAFE_11 = 'sep:0x81034C61a318649F7aD43f9e8C1051427e326443' // SAFE 12 is used for spending limits export const SEPOLIA_TEST_SAFE_12 = 'sep:0x9190cc22D592dDcf396Fa616ce84a9978fD96Fc9' +// SAFE 11 is a safe with native tokens but the automation user is not its owner +export const SEPOLIA_TEST_SAFE_13 = 'sep:0xfC0A7ac73Fde7547ac0792Cca1D8A50CE0AFC4Df' export const SEPOLIA_CONTRACT_SHORT = '0x11AB...34aF' export const SEPOLIA_RECIPIENT_ADDR_SHORT = '0x4DD4...7bde' export const GNO_TEST_SAFE = 'gno:0xB8d760a90a5ed54D3c2b3EFC231277e99188642A'