Details
Description
CMS-12494 Introduced failing e2e tests, as the "cancel" button of a dialog can no longer be found because of an unexpected value in the type attribute.
Although this should probably be fixed by introducing qa CSS classes, a quick fix is to revert to the previous HTML output for the cancel button: <button type="button"/>
Solution
Dialog cancel button should have attribute type="button"