Commit be5e70b8 authored by Phil Hughes's avatar Phil Hughes

Fix batch comments tests

Was caused by the Vuex store import importing the wrong store file.

Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/10190
parent 90c5ddc6
import Vue from 'vue';
import { mapState, mapActions } from 'vuex';
import store from '~/mr_notes/stores';
import store from 'ee_else_ce/mr_notes/stores';
import ReviewBar from './components/review_bar.vue';
// eslint-disable-next-line import/prefer-default-export
......
require 'rails_helper'
describe 'Merge request > Batch comments', :js, :quarantine do
describe 'Merge request > Batch comments', :js do
include MergeRequestDiffHelpers
include RepoHelpers
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment