test: Happy new year!
This commit is contained in:
@@ -55,6 +55,6 @@ describe('Branding', function () {
|
||||
|
||||
it('can render footer with YEAR', async function () {
|
||||
await branding.setFooter('BigFoot Inc %YEAR%', auditSource);
|
||||
expect(await branding.renderFooter()).to.be('BigFoot Inc 2025');
|
||||
expect(await branding.renderFooter()).to.be('BigFoot Inc 2026');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user