Skip to content

Remove mocked methods from dashboard spec

Miguel Rincon requested to merge no-mocked-methods-dashboard into master

What does this MR do?

Remove mocked methods from dashboard spec.

As part of #215472 (closed) (see comment !30476 (comment 331944870)) some Vuex actions should be refactored, this small change sets up specs for such refactoring.

In order to ensure that the Vuex store wiring is correct, specs should not replace methods like fetchData(). This change mock the store dispatch instead.

Screenshots

N/A

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by 🤖 GitLab Bot 🤖

Merge request reports