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

tests(acceptance): Add acceptance tests for global selection header #18452

Merged

Conversation

billyvg
Copy link
Member

@billyvg billyvg commented Apr 24, 2020

This adds some acceptance tests for global selection header, some tests are commented out as they are bugs that need to be fixed.

This adds some acceptance tests for global selection header, some tests are commented out as they are bugs that need to be fixed.
Copy link
Member

@dashed dashed left a comment

Choose a reason for hiding this comment

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

The utility functions for global header is great 👍

@billyvg billyvg merged commit a00a073 into master Apr 24, 2020
@billyvg billyvg deleted the test/acceptance/add-acceptance-tests-global-selection-header branch April 24, 2020 18:41
billyvg added a commit that referenced this pull request Apr 27, 2020
This basically re-implements #13689 in a more simple way. This is possible due to other changes that we have done to issue details (#13875, #14731).

This also (semi) fixes an issue with loading Issue Details with an environment in the URL. Previously, it would fetch details API serially: 1) without env and 2) with env.
There would be a slight flicker between loading -> finished req #1 -> loading -> finished req #2. Now this seems to fire both at near the same time and cancels the initial request almost immediately.

This is still not ideal but is an interim-fix as the ideal solution is a bit more involved, but will be on its way.

The tests introduced in #18452 should cover the changes in this PR.
@github-actions github-actions bot locked and limited conversation to collaborators Dec 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants