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' } };