Skip to content

Commit

Permalink
TC-47 Test cypress e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil Tkachev committed Jan 14, 2025
1 parent 1ab1108 commit 84b712d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Codeception/Acceptance/PaymentsAvailableCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ public function checkPayments(AcceptanceTester $I): void
{
$I->amGoingTo("Check if Telecash payments is available");
$I->openShop();
$I->wantTo("current dir is " . __DIR__);
$I->comment("current dir is " . __DIR__);
var_dump(__DIR__);
$I->assertTrue(true);
}
}

0 comments on commit 84b712d

Please sign in to comment.