From a3e1854bf1a9ed18aa2d1597b3f5717685accf29 Mon Sep 17 00:00:00 2001 From: Renzo Lucioni Date: Thu, 12 May 2016 16:40:09 -0400 Subject: [PATCH] Fix a11y tests --- common/test/acceptance/fixtures/programs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/common/test/acceptance/fixtures/programs.py b/common/test/acceptance/fixtures/programs.py index 6a26745bd5..242b0a7714 100644 --- a/common/test/acceptance/fixtures/programs.py +++ b/common/test/acceptance/fixtures/programs.py @@ -65,4 +65,5 @@ class ProgramsConfigMixin(object): 'enable_certification': is_enabled, 'xseries_ad_enabled': is_enabled, 'program_listing_enabled': is_enabled, + 'program_details_enabled': is_enabled, }).install()