Skip to content

Commit

Permalink
OXDEV-7559 Dont be so strict on checking the billing value
Browse files Browse the repository at this point in the history
As this part is generated and should be tested in the tracking component. Also it may be different value for the order id, as well as the order id format can be different (string/int) depending on component versions.

Signed-off-by: Anton Fedurtsya <[email protected]>
  • Loading branch information
Sieg committed Jun 25, 2024
1 parent e524452 commit 1a81853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Codeception/Acceptance/TrackingCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ public function testCheckGuestUserThankYouPage(AcceptanceTester $I): void
$I->checkIfElementInPage($I->prepareElementForPageId('1thankyoupage/checkout/thankyou'));
$I->checkIfElementInPage($I->prepareElementForOrderProcess('5_Bestaetigung'));
$I->checkIfElementInPage($I->prepareEvent('[{"type":"buy","count":1,"pid":"1000","sku":"1000","name":"Test product","group":"Test category\/Test product","price":10,"var1":"NULL","var2":"NULL","var3":"1000"}]'));
$I->checkIfElementInPage($I->prepareElementForBilling('2,"8a9bd8030e4829e93191a781165af108","Germany\/5\/55\/Berlin\/55555",17.5'));
$I->checkIfElementInPage(',"8a9bd8030e4829e93191a781165af108","Germany\/5\/55\/Berlin\/55555",17.5]');
}

public function testCheckSearch(AcceptanceTester $I): void
Expand Down

0 comments on commit 1a81853

Please sign in to comment.