Skip to content

Remove computed props checks for MR widget specs

What does this MR do?

Remove computed props checks for MR widget specs, see #227708 (closed)

This change removes references to computed props on mr_widget_pipeline_spec.js (CE & EE), in favor of checking for rendered output or props passed to other components.

Additionally switches some usage of mount in favor of shallowMount.

Screenshots

N/A

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Closes #227708 (closed)

Edited by Miguel Rincon

Merge request reports