-
Notifications
You must be signed in to change notification settings - Fork 153
GraphQL-431: Test coverage: Using the "use_for_shipping" option with multishipping is not possible #452
Conversation
@@ -0,0 +1,26 @@ | |||
<?php |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We already the same fixture
Please, check the same class, it should be used in another testcases
BTW if we create fixture we MUST create rollback
Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@naydav I haven't found it. Can you take a look and give me the name. I did look at the whole project.
@@ -403,6 +403,51 @@ public function testSetBillingAddressIfCustomerIsNotOwnerOfAddress() | |||
$this->graphQlQuery($query, [], '', $this->getHeaderMap('[email protected]')); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@naydav Yes, I will do that
2b57cf0
to
eb82542
Compare
@@ -0,0 +1,61 @@ | |||
<?php |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, reuse current fixtures files
You can find examples for all of the cases in
https://github.com/magento/graphql-ce/tree/2.3-develop/dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest
(also in the same testcase class)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@naydav ok. I'll do that. Thanks.
@AleksLi What need to do:
Thanks |
9251ec4
to
f65c6c0
Compare
@naydav please take a look on this one again. I know that some of the checks are FAILED but I don't know why, actually. I've seen the reason and it looks weird as for me. |
…ng addresses in quote. Added Fixture for that.
…uple new fixtures and rollbacks
…sts and removed created fixtures
f65c6c0
to
c8c9c4d
Compare
Hi @AleksLi, thank you for your contribution! |
Covered SetBillingAddressOnCartTest with multiple shipping addresses in a quote. Added Fixture for that.
Description (*)
Fixed Issues (if relevant)
Manual testing scenarios (*)