diff options
| author | Nick Kipling <nkipling@gitlab.com> | 2019-07-30 09:00:30 +0100 |
|---|---|---|
| committer | Nathan Friend <nathan@gitlab.com> | 2019-07-30 13:53:07 -0300 |
| commit | 128a04ef0ec10e4524e138a61143d0d1ba1f54ac (patch) | |
| tree | e16413d9a28d59ccb60aed1db8b3561e9a7fa6f0 /spec/javascripts | |
| parent | 918e7d43dfe614475ee2dd2b6f4c765726db6ef4 (diff) | |
| download | gitlab-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.js | 1 |
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'); |
