diff --git a/projects/plugins/crm/tests/acceptance/60_JPCRM_Files_Cest.php b/projects/plugins/crm/tests/acceptance/60_JPCRM_Files_Cest.php index 12999918b969d..a33a4b1d4b8e7 100644 --- a/projects/plugins/crm/tests/acceptance/60_JPCRM_Files_Cest.php +++ b/projects/plugins/crm/tests/acceptance/60_JPCRM_Files_Cest.php @@ -13,7 +13,7 @@ public function _before( AcceptanceTester $I ) { public function see_templates_index_blocker_files( AcceptanceTester $I ) { // attempt to directly load index blocker - $I->amOnPage( '/wp-content/plugins/zero-bs-crm/templates/index.html' ); + $I->amOnPage( '/wp-content/plugins/crm/templates/index.html' ); // see that our html comment is present (means our file was created) $I->seeInSource( '' );