diff --git a/tests/scriptlets/trusted-set-cookie.test.js b/tests/scriptlets/trusted-set-cookie.test.js index 1afc20cc..d8f0da10 100644 --- a/tests/scriptlets/trusted-set-cookie.test.js +++ b/tests/scriptlets/trusted-set-cookie.test.js @@ -127,7 +127,7 @@ test('Set cookie with expires', (assert) => { const done = assert.async(); setTimeout(() => { - // It looks like Chrome is caching document.cookie and value is not updated, + // It looks like Chrome is caching `document.cookie` and value is not updated, // so as a workaround we remove dummy cookie to force update of `document.cookie` clearCookie('dummyCookie'); assert.strictEqual(document.cookie.includes(cName), false, 'Cookie name has been deleted');