chore: test changes for gov
This commit is contained in:
@@ -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 ? (
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user