| @@ -88,13 +88,13 @@ | ||
| 88 | 88 | $this->_addAction( 'visualizer_chart_languages', 'addMultilingualSupport' ); |
| 89 | 89 | |
| 90 | 90 | $this->_addFilter( 'admin_footer_text', 'render_review_notice' ); |
| 91 | 91 | |
| 92 | - if ( ! defined( 'TI_CYPRESS_TESTING' ) ) { | |
| 92 | + if ( ! defined( 'TI_E2E_TESTING' ) ) { | |
| 93 | 93 | $this->_addFilter( 'themeisle-sdk/survey/' . VISUALIZER_DIRNAME, 'get_survey_metadata', 10, 2 ); |
| 94 | 94 | } |
| 95 | 95 | |
| 96 | - if ( defined( 'TI_CYPRESS_TESTING' ) ) { | |
| 96 | + if ( defined( 'TI_E2E_TESTING' ) ) { | |
| 97 | 97 | $this->load_cypress_hooks(); |
| 98 | 98 | } |
| 99 | 99 | |
| 100 | 100 | } |