volumes: test host path validation
This commit is contained in:
@@ -49,6 +49,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 2024');
|
||||
expect(await branding.renderFooter()).to.be('BigFoot Inc 2025');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user