Commit 47ae2430 authored by Illya Klymov's avatar Illya Klymov

Merge branch 'vs-remove-extra-mount-in-alert-mngmt-table' into 'master'

Remove redundant mount of AlertMngmntTable in specs

Closes #241358

See merge request gitlab-org/gitlab!40651
parents 81265090 130b95be
......@@ -95,13 +95,10 @@ describe('AlertManagementTable', () => {
});
}
beforeEach(() => {
mountComponent({ data: { alerts: mockAlerts, alertsCount } });
});
afterEach(() => {
if (wrapper) {
wrapper.destroy();
wrapper = null;
}
});
......
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