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
add E2E test coverage for rotate, zoom and reset of 3D model
research if it's possible to do assertions related to size and position of the model (camera angle and distance between camera and model)
if so, add test coverage for this
Previously, these steps had been defined in the Scenario for testing these aspects:
# rotate, zoom and reset 3D model
When the user rotates the model
And the user zooms into the model
Then the size and position of the 3D model should be changed accordingly
When the user resets the viewport
Then the 3D model should be display in the default size and position
When steps in the scenario above were previously implemented in this PR, but removed in these commits because of lacking implementation of assertion in Then steps:
add E2E test coverage for rotate, zoom and reset of 3D model
Previously, these steps had been defined in the Scenario for testing these aspects:
When
steps in the scenario above were previously implemented in this PR, but removed in these commits because of lacking implementation of assertion inThen
steps:The text was updated successfully, but these errors were encountered: