Auto Action after delete does not get triggered

A number of test scenarios refer to properties the test is being applied too, which is created as an enum list of keys.

E.g. Properties ENUMList { propertykey001, propertykey002, propertykey003 }

To remove a property from the list, uses the following: INTERSECT([Properties], Property[Propertykey])

So when a property is deleted the following actions are triggered to clean-up and remove references to the deleted property. 

  1. Remove loan-details
  2. Remove test results
  3. Delete the property *
  4. Lastly update the test-scenarios to remove the now deleted property from the test-scenarios.

Steps 1-3 work fine, the last step [4] does not work.  * This may be because it needs to wait for the property to be deleted. I have tried this as a Group of actions as listed above. Also as a BOT see screenshot below.

Please note step [4] does work if you leave the action visible and click on it manually.

Screenshot 2022-12-30 at 11.02.10.png

The Bot runs without error but the references in the test-scenarios to the now deleted property remains. This is likely to be something simple, hence the question. 

 

0 3 158
3 REPLIES 3
Top Labels in this Space