Skip to content

Update Quick Action test to be less relient on the front end

What does this MR do and why?

This MR updates the Quick Action test to be less reliant on the front end. The current test relies on the front end to correctly parse the message returned from the service.execute method. This can be problematic if the front end changes in the future.

This MR changes the test to directly check the values of the updates hash returned from the service.execute method. This makes the test less likely to break in the future.

Edited by Gary Holtz

Merge request reports