Skip to content

Make last_commit_spec w/bootstrap-vue 2

Jose Ivan Vargas requested to merge jivanvl-update-last-commit-spec into master

What does this MR do?

This MR lays the groundwork for the BootstrapVue upgrade that will be done in this MR: !18913 (merged)

Due to some changes in the BTooltip and BPopover components, some tests started failing after the upgrade. Those tests need to be updated accordingly:

  • sync needs to be set to false
  • attachToDocument must be true

This MR focuses on upgrading the tests located in spec/frontend/repository/components/last_commit_spec.js.

Does this MR meet the acceptance criteria?

Conformity

Merge request reports