phac-nml / irida-next

IRIDA Next
https://phac-nml.github.io/irida-next/
Apache License 2.0
8 stars 2 forks source link

Fix flakey project filter test #607

Closed JeffreyThiessen closed 1 month ago

JeffreyThiessen commented 1 month ago

What does this PR do and why?

The test fills in the search filter and then immediately checks the projects that match. Sometimes this fails because the filter has not resolved yet.

This PR adds a 1 second sleep statement just like is done later in the test for similar reasons.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other pull requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

PR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

github-actions[bot] commented 1 month ago

Simplecov Report

Covered Threshold
92.36% 90%
JeffreyThiessen commented 1 month ago

Fix has been included in a larger flakey test PR