chore(trading): fix wallet test ci
This commit is contained in:
@@ -103,7 +103,7 @@ def test_wallet_connection_error_transaction(continuous_market, page: Page):
|
||||
page.get_by_test_id(order_price).fill("120")
|
||||
page.route("**/*", handle_route_connection_lost)
|
||||
page.get_by_test_id(place_order).click()
|
||||
expect(page.get_by_test_id("toast-content")).to_have_text(
|
||||
expect(page.get_by_test_id("toast-content").first).to_have_text(
|
||||
"Wallet disconnectedThe connection to your Vega Wallet has been lost.Connect vega wallet"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user