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

component updates for auto-hit-selection #2218

Merged
merged 4 commits into from
Jan 9, 2025

Conversation

labkey-chrisj
Copy link
Contributor

@labkey-chrisj labkey-chrisj commented Jan 3, 2025

Rationale

This adds component support needed for automatic hit-selection test coverage in Biologics.

Related Pull Requests

https://github.com/LabKey/limsModules/pull/1043

Changes

Add hit selection summary and button controls to DomainFieldRow
Add hit selection summary and button control to ReactAssayDesignerPage
new Dialog, HitSelectionDialog

@labkey-chrisj labkey-chrisj self-assigned this Jan 3, 2025
{
throw new IllegalStateException("Apply button is not enabled.");
}
elementCache().submitButton.click();
Copy link
Member

Choose a reason for hiding this comment

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

Wait for dialog to close.

Suggested change
elementCache().submitButton.click();
elementCache().submitButton.click();
waitForClose();

If possible, add some synchronization that waits for the DomainFieldRow to update.

@labkey-chrisj labkey-chrisj merged commit e16902e into develop Jan 9, 2025
3 checks passed
@labkey-chrisj labkey-chrisj deleted the fb_auto_hit_selection branch January 9, 2025 21:56
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