You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The following test: test_project.tests.test_selenium.TestAutocompleteFilter.test_autocomplete_shelf_filter it's failing 10% of times on CI.
#!/bin/bashwhiletrue;do# Run the Selenium test command
SELENIUM_HEADLESS=1 ./manage.py test test_project.tests.test_selenium.TestAutocompleteFilter.test_autocomplete_shelf_filter
# Check the exit code of the commandif [ $?-ne 0 ];then# If the command returns a non-zero exit code, break the loopbreakfidone# Send the beep command
beep
Expected behavior
Test always passes.
The text was updated successfully, but these errors were encountered:
Describe the bug
The following test:
test_project.tests.test_selenium.TestAutocompleteFilter.test_autocomplete_shelf_filter
it's failing 10% of times on CI.Output:
Steps To Reproduce
Run in a loop until it fails
Expected behavior
Test always passes.
The text was updated successfully, but these errors were encountered: