Compare commits

...
Author SHA1 Message Date
bwallacee 1bcf93041a chore(trading): fix wallet test ci 2024-01-22 08:01:55 +00:00
+1 -1
View File
@@ -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"
)