Updating a test name to no longer match a suite dynamic filter does not remove that test from the suiteDescriptionIn the Test Suite, the record in "Test suite tests" does not match the filter after updating the test name, but does not get removed.Steps to Reproduce 1) Navigate to Automated Test Framework (ATF) > Suites module and click "New".2) Input any name.3) For Filter, put "Name <starts with> My New Test" (any filter condition can be used, as long as the test created in step 6 matches the condition).4) Click "Save".5) Navigate to Automated Test Framework (ATF) > Tests module and click "New".6) Create a test that matches the filter from step 3. The test can be called "My New Test 1".7) Click "Save".8) Copy the sys_id for the newly created test. The easiest way to do this as an admin is right-click the header of the form and click "Copy sys_id".9) Navigate to sys_metadata by typing "sys_metadata.list" into the left-nav and pressing enter.10) Apply the filter "Display name <is> [sys_id from step 8]" (make sure to replace the actual sys_id from step 8 in the filter).11) Confirm that there is exactly one sys_atf_test_suite_test record that matches that filter.12) Open Test suited saved in Step 4. Only "My New Test 1" is in "Test Suite tests" tab.13) Open "My New Test 1" record.14) Change name to "1" and save it.15) Go back to the Test suited saved on Step 4. "0 records match condition" is displayed. "1" is in "Test Suite tests" tab even though its name does not match the filter.WorkaroundThis problem has been fixed. If you are able to upgrade, review the Fixed In section to determine the latest version with a permanent fix your instance can be upgraded to. As a workaround, "Test Suite tests" tab will be corrected by making a small change on the Test Suite (i.e. changing the description) and saving it.Related Problem: PRB1533464