Skip to content

Improve QueryGrid synchronization#2762

Merged
labkey-tchad merged 1 commit intodevelopfrom
fb_gridSynchronization
Oct 27, 2025
Merged

Improve QueryGrid synchronization#2762
labkey-tchad merged 1 commit intodevelopfrom
fb_gridSynchronization

Conversation

@labkey-tchad
Copy link
Member

Rationale

QueryGrid.clearAllSelections has been failing intermittently. Waiting for the grid to be loaded before the action seems to do the trick.

java.lang.AssertionError: Did not successfully clear all the selected items in the grid.
  at org.junit.Assert.fail(Assert.java:89)
  at org.junit.Assert.assertTrue(Assert.java:42)
  at org.junit.Assert.assertFalse(Assert.java:65)
  at org.labkey.test.components.ui.grids.QueryGrid.clearAllSelections(QueryGrid.java:352)
  at org.labkey.test.tests.biologics.registry.BiologicsBulkRegistryTest.testAddUpdateDeleteVectorsInGrid(BiologicsBulkRegistryTest.java:1374)

Some tooltip tests have been triggering (or failing to trigger) tooltips because the mouse is left in an inconvenient spot after a previous step. Moving the mouse to the corner of the page before navigations should prevent some of these accidental interactions.

Related Pull Requests

  • N/A

Changes

  • Move the mouse to the window corner before navigation
  • Wait for query grid to load before most operations

@labkey-tchad labkey-tchad merged commit efd2d10 into develop Oct 27, 2025
7 checks passed
@labkey-tchad labkey-tchad deleted the fb_gridSynchronization branch October 27, 2025 17:02
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