Skip to content

Commit 1a81853

Browse files
committed
OXDEV-7559 Dont be so strict on checking the billing value
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 <anton@fedurtsya.com>
1 parent e524452 commit 1a81853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Codeception/Acceptance/TrackingCest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ public function testCheckGuestUserThankYouPage(AcceptanceTester $I): void
220220
$I->checkIfElementInPage($I->prepareElementForPageId('1thankyoupage/checkout/thankyou'));
221221
$I->checkIfElementInPage($I->prepareElementForOrderProcess('5_Bestaetigung'));
222222
$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"}]'));
223-
$I->checkIfElementInPage($I->prepareElementForBilling('2,"8a9bd8030e4829e93191a781165af108","Germany\/5\/55\/Berlin\/55555",17.5'));
223+
$I->checkIfElementInPage(',"8a9bd8030e4829e93191a781165af108","Germany\/5\/55\/Berlin\/55555",17.5]');
224224
}
225225

226226
public function testCheckSearch(AcceptanceTester $I): void

0 commit comments

Comments
 (0)