[JENKINS-35837] fix test regression

This commit is contained in:
Cliff Meyers 2016-07-27 15:30:46 -04:00
parent cbb7fc9687
commit b8789358b1
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ describe('PipelineCard', () => {
assert.equal(wrapper.find('LiveStatusIndicator').length, 1);
assert.equal(wrapper.find('.name').length, 1);
assert.equal(wrapper.find('.name').text(), 'Jenkins / blueocean');
assert.equal(wrapper.find('.name').text(), '<Link />');
assert.equal(wrapper.find('.branch').length, 1);
assert.equal(wrapper.find('.branchText').text(), 'feature/JENKINS-123');
assert.equal(wrapper.find('.commit').length, 1);