update tests: new scene API
This commit is contained in:
parent
f62362032e
commit
838da4571d
142 changed files with 616 additions and 601 deletions
|
|
@ -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...")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue