Skip to content

Commit

Permalink
test: run on Ceres testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Apr 23, 2024
1 parent dade5cb commit c6428ba
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file modified tests/e2e/specs/browser/__image_snapshots__/Browser opens #0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/e2e/specs/transfer/sign-transaction.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe('Sign transaction', () => {
const recipientId = 'ak_2iBPH7HUz3cSDVEUWiHg76MZJ6tZooVNBmmxcgVK6VV8KAE688';
const name = 'test123test.chain';
const nameId = 'nm_2sFnPHi5ziAqhdApSpRBsYdomCahtmk3YGNZKYUTtUNpVSMccC';
const nameFee = '1000000000000000000000';
const nameFee = '10000000000000000000';
const contractId = 'ct_TCQVoset7Y4qEyV5tgEAJAqa2Foz8J1EXqoGpq3fB6dWH5roe';
const pointers = [
{ key: 'account_pubkey', id: accountId },
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Cypress.Commands.overwrite('visit', (originalFn, url, {
contentWindow.localStorage.vuex = login || state ? JSON.stringify(Cypress._.merge(
login && {
migrations: Object.fromEntries(Cypress._.times(6, (i) => [i, true])),
sdkUrl: 'https://testnet.aeternity.io',
sdkUrl: 'https://next.aeternity.io',
accounts: {
list: [{
address: 'ak_mUSniVx8jR3gCTTuXBLX4htTUvWJyWwxPYoEUeEVuS9KbUpT8',
Expand Down

0 comments on commit c6428ba

Please sign in to comment.