Commit 1ab45d47 authored by leiminghuan's avatar leiminghuan

seperate two expects in test

parent cf432e46
......@@ -87,6 +87,7 @@ describe('Subscriptions', function() {
expect(vm.$el.querySelector('span').getAttribute('data-original-title')).toBe(
vm.subscribeDisabledDescription,
);
expect(vm.$el.querySelector('.issuable-header-text').textContent.trim()).toBe(
vm.subscribeDisabledDescription,
);
......
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