-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
project-apollo-client (legacy)LEGACY TAG DO NOT USELEGACY TAG DO NOT USE🧪 testingFeature requests related to testingFeature requests related to testing
Description
Previosly created on react-apollo issue #2466
Intended outcome:
Use components at storybook, mocking a response for a mutation based on dynamic variables (e.g: using HoC that updates the variables and refetch the mutation)
Actual outcome:
Was throwing an error like no mocked responses for the query
How to reproduce the issue:
Creating a component with MockedProvider
and using dynamic values as variables, such as:
https://codesandbox.io/s/w27mz5r44w
Version
Maybe, creating some kind of dynamicVariables
inside the mocks array for mockedProvider would be a nice way to help these cases, as PR 2467
NickTomlin, jdmoody, ggepenyan, davidroeca, DanijelBojcic and 16 more
Metadata
Metadata
Assignees
Labels
project-apollo-client (legacy)LEGACY TAG DO NOT USELEGACY TAG DO NOT USE🧪 testingFeature requests related to testingFeature requests related to testing