Skip to content

Commit e7659f6

Browse files
author
Emmanouil Konstantinidis
committed
Coverage
1 parent 1bc006d commit e7659f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/js/__tests__/components/notification.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ describe('Test for Notification Component', function () {
123123
expect(instance.openBrowser).toBeDefined();
124124
expect(instance.markAsRead).toBeDefined();
125125

126+
// Open Browser
127+
instance.openBrowser();
128+
126129
});
127130

128131
it('Should render a notification component (OtherType)', function () {

0 commit comments

Comments
 (0)