This repository has been archived by the owner on Dec 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 154
issue #485 [Test coverage] testReSetShippingMethod #496
Merged
magento-engcom-team
merged 14 commits into
2.3-develop
from
485-testReSetShippingMethod
Mar 30, 2019
Merged
Changes from 1 commit
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
4f19d03
Corrected Mutation Query for SetShippingMethodsOnCartTest
yogeshsuhagiya 43f5bce
Covered all the cases of SetShippingMethod for Guest
yogeshsuhagiya 4bdc30e
Fixed issue of undefined variable: objectManager
yogeshsuhagiya f9ecace
Renamed variable and keep name length under 20.
yogeshsuhagiya 5d9a64e
issue #485 [Test coverage] testReSetShippingMethod
vovsky f01dc00
Merge remote-tracking branch 'origin/2.3-develop' into 2.3-develop-gr…
naydav 16ce046
Removed duplicate case & applied logic fixes
yogeshsuhagiya c2f15b3
Added data Provider
yogeshsuhagiya 14d5c3d
Merge remote-tracking branch 'yogeshsuhagiya/2.3-develop-graphql-PR-y…
naydav 2643424
Merge remote-tracking branch 'origin/2.3-develop' into 2.3-develop-gr…
naydav cf4eb72
Merge remote-tracking branch 'origin/2.3-develop' into 2.3-develop-gr…
naydav 829a39b
GraphQL-422: Test coverage: SetShippingMethodsOnCartTest for Guest
naydav 4837778
Merge remote-tracking branch 'origin/2.3-develop' into 485-testReSetS…
naydav 1c582f1
Merge remote-tracking branch 'yogeshsuhagiya/2.3-develop-graphql-PR-y…
naydav File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
If we use
foreach
that means we have a few shipping addresses for Cart.Need to check why don't we have an exception
Multishipping is not supported
with this preconditionsThanks
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.
Do you mean to change
shipping_addresses
field of Cart type toshipping_address
and to throw
Multishipping is not supported
exception in \Magento\QuoteGraphQl\Model\Resolver\ShippingAddresses resolver if there is more than one shipping address?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.
Do you mean to change
shipping_addresses
field of Cart type toshipping_address
and to throw
Multishipping is not supported
exception in \Magento\QuoteGraphQl\Model\Resolver\ShippingAddresses resolver if there is more than one shipping address?