Commit 48257d97 authored by Guy Thouret's avatar Guy Thouret

(fix) Test regression from daily reward notification rewording - #1582

1 merge request!464Rewards Notifications
Pipeline #75058022 running with stages
......@@ -467,7 +467,7 @@ describe('NotificationsComponent', () => {
fixture.detectChanges();
expect(comp.notification).not.toBeNull();
const notification = fixture.debugElement.query(By.css('p'));
expect(notification.nativeElement.innerHTML).toContain('You earned 10 tokens today.');
expect(notification.nativeElement.innerHTML).toContain('You earned 10 tokens yesterday.');
});
it('Should load the notification rewards reminder', () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment