Commit 31477d88 authored by Dan Notestein's avatar Dan Notestein
Browse files

Fix: handle tabbed mode for account page detail tests

The account page uses tabbed mode by default (accountPageView: 'tabbed').
In this mode, cards are organized into tabs:
- Profile tab: Properties, JSON Metadata, Posting JSON Metadata
- Governance tab: Witness Properties, Witness Votes

Tests were failing because they tried to interact with cards that weren't
rendered (cards only render when their tab is active).

Changes:
- Updated tests to click on Profile/Governance tab before interacting with cards
- Removed waiting for properties-dropdown in validateAccountPageIsLoaded since
  it's not visible in tabbed mode until Profile tab is clicked
- Use .last() to get the Properties card (not Witness Properties) in collapsible mode

🤖 Generated with [Claude Code](https://claude.com/claude-code

)

Co-Authored-By: default avatarClaude Opus 4.5 <noreply@anthropic.com>
parent 27a5603c
Loading
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment