update tests: new scene API

This commit is contained in:
John McCardle 2026-01-03 10:59:52 -05:00
commit 838da4571d
142 changed files with 616 additions and 601 deletions

View file

@ -10,9 +10,9 @@ def test_screenshot_validation():
print("=== Screenshot Validation Test ===\n")
# Create a scene with bright, visible content
mcrfpy.createScene("screenshot_validation")
mcrfpy.setScene("screenshot_validation")
ui = mcrfpy.sceneUI("screenshot_validation")
screenshot_validation = mcrfpy.Scene("screenshot_validation")
screenshot_validation.activate()
ui = screenshot_validation.children
# Create multiple colorful elements to ensure visibility
print("Creating UI elements...")