Skip to content

Commit

Permalink
Update crm folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
gogdzl committed Jan 16, 2023
1 parent 0a7d1fc commit ac0cedc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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( '<!--nope-->' );
Expand Down

0 comments on commit ac0cedc

Please sign in to comment.