Commit 65e36e03 authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch 'iamphill-master-patch-93779' into 'master'

Fix batch comments tests

Closes #10190

See merge request gitlab-org/gitlab-ee!9847
parents 52ad30cf be5e70b8
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