Skip to content

Use mock-apollo-provider in SAST UI tests

Mark Florian requested to merge 249556-use-mock-apollo-client-spec into master

What does this MR do?

Use mock-apollo-provider in SAST UI tests

Using mock-apollo-provider results in a more realistic test, since the internals of the component(s) (i.e., data) aren't manipulated by the test suite.

This change also removed an unnecessary use of localVue in a related test suite, and moved the SAST spec helpers up a level in the tree.

Addresses #249556 (closed).

Screenshots (strongly suggested)

n/a

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Mark Florian

Merge request reports