summaryrefslogtreecommitdiff
path: root/spec/javascripts
diff options
context:
space:
mode:
authorNick Kipling <nkipling@gitlab.com>2019-07-30 09:00:30 +0100
committerNathan Friend <nathan@gitlab.com>2019-07-30 13:53:07 -0300
commit128a04ef0ec10e4524e138a61143d0d1ba1f54ac (patch)
treee16413d9a28d59ccb60aed1db8b3561e9a7fa6f0 /spec/javascripts
parent918e7d43dfe614475ee2dd2b6f4c765726db6ef4 (diff)
downloadgitlab-ce-128a04ef0ec10e4524e138a61143d0d1ba1f54ac.tar.gz
Adjustments to event removal and modal description
Diffstat (limited to 'spec/javascripts')
-rw-r--r--spec/javascripts/registry/components/table_registry_spec.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/javascripts/registry/components/table_registry_spec.js b/spec/javascripts/registry/components/table_registry_spec.js
index b6a37abe4f7..9c7439206ef 100644
--- a/spec/javascripts/registry/components/table_registry_spec.js
+++ b/spec/javascripts/registry/components/table_registry_spec.js
@@ -177,6 +177,7 @@ describe('table registry', () => {
it('should show the plural title and image count when deleting more than one image', done => {
selectAllCheckboxes();
+ vm.setModalDescription();
Vue.nextTick(() => {
expect(vm.modalTitle).toBe('Remove images');