diff --git a/apps/trading/client-pages/competitions/competitions-team.tsx b/apps/trading/client-pages/competitions/competitions-team.tsx index 1f62f1836c..37e2a331ec 100644 --- a/apps/trading/client-pages/competitions/competitions-team.tsx +++ b/apps/trading/client-pages/competitions/competitions-team.tsx @@ -214,6 +214,19 @@ const TeamPage = ({ {' '} ({t('epoch')}: {team.createdAtEpoch}) +
+ + {t('ID')}:{' '} + + {truncateMiddle(team.teamId)} + {' '} + + + + +
diff --git a/apps/trading/e2e/tests/teams/test_teams.py b/apps/trading/e2e/tests/teams/test_teams.py index b11e3d7cc8..176671da15 100644 --- a/apps/trading/e2e/tests/teams/test_teams.py +++ b/apps/trading/e2e/tests/teams/test_teams.py @@ -272,7 +272,7 @@ def test_team_page_headline(team_page: Tuple[Page, str, str, VegaServiceNull]): page, team_name, team_id, vega = team_page expect(page.get_by_test_id("team-name")).to_have_text(team_name) expect(page.get_by_test_id("icon-open-external").nth(1)).to_be_visible() - expect(page.get_by_test_id("icon-copy")).to_be_visible() + expect(page.get_by_test_id("icon-copy").first).to_be_visible() expect(page.get_by_test_id("members-count-stat")).to_have_text("4") expect(page.get_by_test_id("total-games-stat")).to_have_text("1") diff --git a/libs/i18n/src/locales/en/trading.json b/libs/i18n/src/locales/en/trading.json index 325a27dfcf..4cafac9b1a 100644 --- a/libs/i18n/src/locales/en/trading.json +++ b/libs/i18n/src/locales/en/trading.json @@ -182,6 +182,7 @@ "Hoarder reward multiplier": "Hoarder reward multiplier", "How it works": "How it works", "I want a code": "I want a code", + "ID": "ID", "Improve vega console": "Improve vega console", "Inactive": "Inactive", "Index Price": "Index Price", @@ -271,12 +272,12 @@ "No members": "No members", "No MetaMask version that supports snaps detected. Learn more about <0>MetaMask Snaps": "No MetaMask version that supports snaps detected. Learn more about <0>MetaMask Snaps", "No open orders": "No open orders", + "No order history": "No order history", "No orders": "No orders", "No party accepts any liability for any losses whatsoever.": "No party accepts any liability for any losses whatsoever.", "No perpetual markets.": "No perpetual markets.", "No proposed markets": "No proposed markets", "No referral program active": "No referral program active", - "No order history": "No order history", "No rewards": "No rewards", "No rows": "No rows", "No thanks": "No thanks",