You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(fix[PaneSnapshot]): Specify capture_content flag in tests
why:
- The PaneSnapshot.from_pane() method was updated to better handle content capture
- Tests need to explicitly set capture_content=True to ensure content is captured
what:
- Updated TestPaneSnapshot.test_pane_snapshot_creation to explicitly set capture_content=True
- This ensures test behavior remains consistent with the updated PaneSnapshot implementation
refs: Complements the snapshot class refactoring
0 commit comments