Skip to content

Commit 80be309

Browse files
committed
remove unnecessary stuff
1 parent c5fc75c commit 80be309

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/uui-toast-notification-container/lib/uui-toast-notification-container.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ describe('UUIToastNotificationContainerElement', () => {
6868
});
6969
});
7070

71-
// Test appending a toast will open automatically.
7271
describe('child toast notifications', () => {
7372
it('appended toast notification inherits the animation duration custom property', async () => {
7473
element.appendChild(toastElement);
@@ -86,7 +85,6 @@ describe('UUIToastNotificationContainerElement', () => {
8685

8786
await elementUpdated(element);
8887

89-
//await sleep(100); // wait a bit.
9088
expect(toastElement.open).to.be.true;
9189
});
9290

0 commit comments

Comments
 (0)