When your UI changes, a test step can fail because its locator (selector) is flaky or out-of-date. Here is the process to find and fix the broken step.
This is a good alternative if you want to be more cautious.
Follow steps 1-3 from Method 1.
Instead of “Update existing,” save the working step as a brand new element (e.g., “Login Button V2”).
Now, go to the main “Elements” tab from the navigation.
Find your old, broken element (e.g., “Login Button”).
Select the “Merge” option and merge the old, broken element into your new, working one (“Login Button V2”). This will update all tests to use the new element.