xit over fit

This commit is contained in:
Cilibiu Bogdan
2018-11-06 23:45:55 +02:00
committed by GitHub
parent 8625dc6518
commit ae20b3ed75
@@ -137,7 +137,7 @@ describe('ShareDialogComponent', () => {
).toContain('mat-checked');
}));
fit(`should copy shared link and notify on button event`, async(() => {
xit(`should copy shared link and notify on button event`, async(() => {
node.entry.properties['qshare:sharedId'] = 'sharedId';
spyOn(document, 'execCommand').and.callThrough();