From 98d701e41a88c0fa7e4a1c8231bd56179b23f2c9 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Sun, 5 Oct 2025 05:54:37 +0200 Subject: [PATCH] chore: update latest test-ids of the console --- e2e/constants/test-ids.constants.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/e2e/constants/test-ids.constants.ts b/e2e/constants/test-ids.constants.ts index e53ed29e..f6af8833 100644 --- a/e2e/constants/test-ids.constants.ts +++ b/e2e/constants/test-ids.constants.ts @@ -13,6 +13,11 @@ export const testIds: TestIds = { continue: 'btn-continue-overview' }, satelliteOverview: { - visit: 'link-visit-satellite' + visit: 'link-visit-satellite', + copySatelliteId: 'btn-copy-satellite-id' + }, + navbar: { + openWallet: 'btn-open-wallet', + getIcp: 'btn-get-icp' } };