diff --git a/common/test/acceptance/tests/test_studio_container.py b/common/test/acceptance/tests/test_studio_container.py index 55a047d3f3..4448d56d63 100644 --- a/common/test/acceptance/tests/test_studio_container.py +++ b/common/test/acceptance/tests/test_studio_container.py @@ -375,6 +375,8 @@ class UnitPublishingTest(ContainerBase): """ Tests of the publishing control and related widgets on the Unit page. """ + __test__ = True + PUBLISHED_STATUS = "Publishing Status\nPublished" DRAFT_STATUS = "Publishing Status\nDraft (Unpublished changes)"