Skip to content

Commit

Permalink
solving clonflict with test safes
Browse files Browse the repository at this point in the history
  • Loading branch information
francovenica committed Jan 30, 2024
1 parent 00f8592 commit 4206340
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/regression/tokens.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
6 changes: 4 additions & 2 deletions cypress/support/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 4206340

Please sign in to comment.