chore: test changes for gov

This commit is contained in:
Dariusz Majcherczyk
2024-03-07 18:41:56 +01:00
parent 4b53339368
commit a907cb2948
2 changed files with 2 additions and 2 deletions
@@ -12,7 +12,7 @@ export const AddLockedTokenAddress = () => {
return (
<Callout
title={t(
'Keep track of locked tokens in your wallet with the VEGA (VESTING) token.'
'New Keep track of locked tokens in your wallet with the VEGA (VESTING) token.'
)}
>
{addSupported ? (
+1 -1
View File
@@ -65,7 +65,7 @@ def tooltip(page: Page, index: int, test_id: str, tooltip: str):
def test_asset_details(page: Page):
page.goto("/#/portfolio")
page.locator('[data-testid="tab-collateral"] >> text=tDAI').click()
# test
for index, pair in enumerate(label_value_tooltip_pairs):
if index in [7, 8, 9]: # Skip indices 7, 8, and 9.
continue