Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: test setup added for mobile version in lending home quick filte… #5003

Merged
merged 1 commit into from
Oct 2, 2023

Conversation

roger-in-kiva
Copy link
Collaborator

  • Test setup added for mobile version in lending home quick filters section

@@ -159,6 +161,7 @@ export default {
client.query({ query: userInfoQuery }),
client.query({ query: experimentAssignmentQuery, variables: { id: FIVE_DOLLARS_NOTES_EXP } }),
client.query({ query: experimentAssignmentQuery, variables: { id: FLSS_ONGOING_EXP_KEY } }),
client.query({ query: experimentAssignmentQuery, variables: { id: QUICK_FILTERS_MOBILE_EXP_KEY } }),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't technically need this here (we run all assignments globally on page load), but it can stay for now.

@roger-in-kiva roger-in-kiva merged commit c93016e into main Oct 2, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants