Skip to content

Conversation

@labkey-danield
Copy link
Contributor

@labkey-danield labkey-danield commented Oct 1, 2025

Rationale

Fixing some tesst issue

Related Pull Requests

Changes

  • Assert that QueryGrid.clearAllSelections does what it says it will do.
  • Per suggestions from Allan use Locator.byClass rather than Locator.tagWitClass.
  • SampleTypeAPIHelper.getRowIdsForSamples use json to pass the list of sample ids to the API
  • In TestDataGenerator.isNameInvalidLocal change regular expression to work if " -" is the last character in the domain name.

@labkey-danield labkey-danield self-assigned this Oct 1, 2025
Use a valid domain name in SMSampleTypeDesignerTest.testParentAndSourceAliasOptions
Change the order of clearing the filters and selections in SMProMoveAssayRunsTest.configureGrid
@labkey-danield labkey-danield requested a review from XingY October 1, 2025 19:37
while (iterator.hasNext()) {
String sampleName = iterator.next();

json.append("\"");
Copy link
Contributor

Choose a reason for hiding this comment

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

Could use EscapeUtil.toJSONStr

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

Dismissing banner messages after moving assay runs.
Using EscapeUtil.toJSONStr to build json string.
Added BannerHelper.dismissAllBannerMessages
@labkey-danield labkey-danield merged commit 2453c1a into develop Oct 2, 2025
8 of 9 checks passed
@labkey-danield labkey-danield deleted the fb_smTestFixes branch October 2, 2025 15:20
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.

4 participants