Fix sequence module test bugs

This commit is contained in:
Sigma Dimensions
2023-02-06 12:04:03 +01:00
parent 99274c2d7a
commit 3a71b03a9a
4 changed files with 4 additions and 7 deletions
@@ -523,7 +523,7 @@ Scenario: Animate the consumption of a wall
And "scene.objects.get('IfcWall/Cube').hide_viewport" is "False"
And "scene.objects.get('IfcWall/Cube').hide_render" is "False"
When I am on frame "2"
Then "scene.objects.get('IfcWall/Cube').color" is "[0.0, 1.0, 1.0, 1]"
Then "scene.objects.get('IfcWall/Cube').color" is "[0.2, 0.2, 0.2, 1]"
And "scene.objects.get('IfcWall/Cube').hide_viewport" is "False"
And "scene.objects.get('IfcWall/Cube').hide_render" is "False"
When I am on frame "7"