summaryrefslogtreecommitdiff
path: root/spec/javascripts
diff options
context:
space:
mode:
authorNick Kipling <nkipling@gitlab.com>2019-08-19 21:32:40 +0100
committerNick Kipling <nkipling@gitlab.com>2019-08-19 21:32:40 +0100
commit12a21660fe924b3f74827911d0dc92e04143c662 (patch)
treecd8ad80293dc473728abaaf9abe943c7dddf579f /spec/javascripts
parent01066ed3307ceee72ddbb2ac9a8bc7196668d237 (diff)
downloadgitlab-ce-replace-svg-message-with-empty-state.tar.gz
Adding a suitable selector for testreplace-svg-message-with-empty-state
Diffstat (limited to 'spec/javascripts')
-rw-r--r--spec/javascripts/registry/components/app_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/registry/components/app_spec.js b/spec/javascripts/registry/components/app_spec.js
index 1808b8558ba..5ea3f85a247 100644
--- a/spec/javascripts/registry/components/app_spec.js
+++ b/spec/javascripts/registry/components/app_spec.js
@@ -84,7 +84,7 @@ describe('Registry List', () => {
it('should render empty message', done => {
setTimeout(() => {
- expect(vm.$el.querySelector('p > p').textContent).toEqual(
+ expect(vm.$el.querySelector('.js-no-container-images-text').textContent).toEqual(
'With the Container Registry, every project can have its own space to store its Docker images. More Information',
);
done();