diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec/javascripts/registry/components/app_spec.js | 2 |
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(); |