Skip to content

Commit 3d66c2e

Browse files
author
Emmanouil Konstantinidis
committed
Fix tests
1 parent 163f0cc commit 3d66c2e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/js/__tests__/components/notifications.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ describe('Test for Notifications Component', function () {
9595
instance.state.searchTerm = 'gitify';
9696
matches = instance.matchesSearchTerm(response[0]);
9797
expect(matches).toBeTruthy();
98+
99+
instance.state.notifications = ['One', 'Two'];
100+
instance.openBrowser();
98101
});
99102

100103
it('Should only render repos that match the search term', function () {

src/less/style.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ input {
543543
font-size: 20px;
544544
line-height: 36px;
545545
text-align: center;
546-
color: @DarkGray;
546+
color: @White;
547547
cursor: pointer;
548548
}
549549

0 commit comments

Comments
 (0)