Commit bb1e7015 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'jivanvl-remove-todo-from-dashboard-specs' into 'master'

Remove TODO from dashboard spec

Closes #118780

See merge request gitlab-org/gitlab!23265
parents 8d4a35c5 a7fea694
......@@ -124,9 +124,6 @@ describe('Dashboard', () => {
.then(() => {
expect(wrapper.vm.showEmptyState).toEqual(false);
expect(wrapper.vm.$el.querySelector('.prometheus-panel')).toEqual(null);
// TODO: The last expectation doesn't belong here, it belongs in a `group_group_spec.js` file
// Issue: https://gitlab.com/gitlab-org/gitlab/issues/118780
// expect(wrapper.vm.$el.querySelector('.prometheus-graph-group')).toBeTruthy();
done();
})
......
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