25.3 fb fix intermittent failing tc tests#2405
Merged
labkey-chrisj merged 5 commits intorelease25.3-SNAPSHOTfrom Apr 17, 2025
Merged
25.3 fb fix intermittent failing tc tests#2405labkey-chrisj merged 5 commits intorelease25.3-SNAPSHOTfrom
labkey-chrisj merged 5 commits intorelease25.3-SNAPSHOTfrom
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
labkey-danield
requested changes
Apr 11, 2025
Contributor
labkey-danield
left a comment
There was a problem hiding this comment.
If there is a problem with projectMenu().navigateToFolder then it should be fixed, not avoided.
Co-authored-by: Dan Duffek <danield@labkey.com>
labkey-sweta
approved these changes
Apr 14, 2025
labkey-danield
approved these changes
Apr 16, 2025
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Rationale
This change attempts to stabilize a couple of recently-failing tests on TeamCity
SimpleModuleTest fails intermittently because at the moment the test needs to interact with a webPart permissions menu, there's a tooltop hovering over it.
ClientAPITest, one of our BVT tests, failed recently attempting to navigate via the project menu in a test that isn't actually about navigating that way. This replaces that call (and several like it) with beginAt actions.
Related Pull Requests
n/a
Changes
try to make these tests more reliable