Commit 5ec65af
test: retarget removed processFrame check at processFrameTree
The legacy processFrame(WebElement, Map) helper was removed as dead code
once processFrameTree subsumed it. The reflection-based unit test still
called the old name and failed with NoSuchMethodException in CI. Rewrite
it to drive the same skip-when-percyElementId-missing path through
processFrameTree, asserting an empty result and that the driver is never
switched into the frame.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 5641a88 commit 5ec65af
1 file changed
Lines changed: 22 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
784 | 784 | | |
785 | 785 | | |
786 | 786 | | |
787 | | - | |
| 787 | + | |
788 | 788 | | |
789 | 789 | | |
790 | 790 | | |
791 | 791 | | |
792 | 792 | | |
793 | 793 | | |
794 | 794 | | |
795 | | - | |
796 | | - | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
| 805 | + | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
| 815 | + | |
797 | 816 | | |
798 | 817 | | |
799 | 818 | | |
| |||
0 commit comments