diff --git a/src/Mod/Draft/drafttests/test_modification.py b/src/Mod/Draft/drafttests/test_modification.py index 72e8d7c28c..0e48451dbd 100644 --- a/src/Mod/Draft/drafttests/test_modification.py +++ b/src/Mod/Draft/drafttests/test_modification.py @@ -596,6 +596,7 @@ class DraftModification(unittest.TestCase): page.addView(view) _msg(" view={}".format(view.TypeId)) self.assertTrue(view, "'{}' failed".format(operation)) + self.assertTrue(view in page.OutList, "'{}' failed".format(operation)) def test_mirror(self): """Create a rectangle, then a mirrored shape."""