Prettifies
This commit is contained in:
parent
f1986b2143
commit
02ef052363
1 changed files with 2 additions and 2 deletions
|
@ -76,11 +76,11 @@ describe('Trigger block', () => {
|
|||
);
|
||||
|
||||
expect(vm.$el.querySelector('.js-build-value').textContent).toContain('••••••');
|
||||
|
||||
|
||||
expect(vm.$el.querySelector('.js-build-variables').textContent).toContain(
|
||||
'UPLOAD_TO_S3',
|
||||
);
|
||||
|
||||
|
||||
expect(vm.$el.querySelector('.js-build-value').textContent).toContain('••••••');
|
||||
})
|
||||
.then(done)
|
||||
|
|
Loading…
Reference in a new issue