chore(trading): update vega version (#5498)
This commit is contained in:
parent
8b07ce3024
commit
bb2184498f
@ -1,2 +1,2 @@
|
|||||||
CONSOLE_IMAGE_NAME=vegaprotocol/trading:latest
|
CONSOLE_IMAGE_NAME=vegaprotocol/trading:latest
|
||||||
VEGA_VERSION=v0.73.8
|
VEGA_VERSION=v0.73.9
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
CONSOLE_IMAGE_NAME=vegaprotocol/trading:develop
|
CONSOLE_IMAGE_NAME=vegaprotocol/trading:develop
|
||||||
VEGA_VERSION=v0.73.8
|
VEGA_VERSION=v0.73.9
|
||||||
|
@ -131,9 +131,10 @@ def test_perps_market_terminated(page: Page, vega: VegaService):
|
|||||||
vega.wait_for_total_catchup()
|
vega.wait_for_total_catchup()
|
||||||
|
|
||||||
page.goto(f"/#/markets/{perpetual_market}")
|
page.goto(f"/#/markets/{perpetual_market}")
|
||||||
|
# TODO cahnge back to have text once bug #5465 is fixed
|
||||||
expect(page.get_by_test_id("market-price")).to_have_text("Mark Price100.00")
|
expect(page.get_by_test_id("market-price")).to_have_text("Mark Price100.00")
|
||||||
expect(page.get_by_test_id("market-change")).to_have_text("Change (24h)-")
|
expect(page.get_by_test_id("market-change")).to_contain_text("Change (24h)")
|
||||||
expect(page.get_by_test_id("market-volume")).to_have_text("Volume (24h)-")
|
expect(page.get_by_test_id("market-volume")).to_contain_text("Volume (24h)")
|
||||||
expect(page.get_by_test_id("market-trading-mode")).to_have_text("Trading modeNo trading")
|
expect(page.get_by_test_id("market-trading-mode")).to_have_text("Trading modeNo trading")
|
||||||
expect(page.get_by_test_id("market-state")).to_have_text("StatusClosed")
|
expect(page.get_by_test_id("market-state")).to_have_text("StatusClosed")
|
||||||
expect(page.get_by_test_id("liquidity-supplied")).to_have_text("Liquidity supplied 0.00 (0.00%)")
|
expect(page.get_by_test_id("liquidity-supplied")).to_have_text("Liquidity supplied 0.00 (0.00%)")
|
||||||
|
Loading…
Reference in New Issue
Block a user