[HXCS-1322] fix e2e NotificaionComponent demo (#8413)

* [HXCS-1322] fix e2e NotificaionComponent demo

* [HXCS-1173] revert to  one line

* [HXCS-1173] move new test after breaking tests

---------

Co-authored-by: Adriano Costa <Adriano.Costa@hyland.comgit>
This commit is contained in:
Adriano Costa
2023-03-23 21:14:23 +01:00
committed by GitHub
parent fb01ab7619
commit 1b3275d064
3 changed files with 9 additions and 11 deletions

View File

@@ -29,7 +29,7 @@ import { takeUntil } from 'rxjs/operators';
export class NotificationsComponent implements OnInit, OnDestroy {
message = 'I ♥️ ADF';
decorativeIcon = 'folder';
decorativeIcon = '';
withAction = false;
actionOutput = '';
snackBarConfigObject = '';