Skip to content

Commit

Permalink
fix(trading): market into tab 24hr vol and price fix (#5910)
Browse files Browse the repository at this point in the history
Co-authored-by: bwallacee <[email protected]>
  • Loading branch information
mattrussell36 and bwallacee authored Mar 4, 2024
1 parent bbfe42d commit 7ea7362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/trading/e2e/tests/market/test_market_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def test_market_info_market_volume(page: Page):
page.get_by_test_id(market_title_test_id).get_by_text(
"Market volume").click()
fields = [
["24 Hour Volume", "-"],
["24 Hour Volume", "0 (0 )"],
["Open Interest", "1"],
["Best Bid Volume", "99"],
["Best Offer Volume", "99"],
Expand Down

0 comments on commit 7ea7362

Please sign in to comment.