Skip to content

Commit 3d4c76d

Browse files
DavertMikclaude
andcommitted
test(webapi): run cookie tests in CI
The CI skip guarded against external-URL timeouts; cookie tests now derive all URLs from siteUrl (local test app), so the guard is obsolete. Verified with CI=true: Obscura 5 passing, Puppeteer 5 passing, CDPBrowser/Chrome 6 passing. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 139daab commit 3d4c76d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

test/helper/webapi.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1305,10 +1305,6 @@ export function tests() {
13051305
})
13061306

13071307
describe('cookies : #setCookie, #clearCookies, #seeCookie, #waitForCookie', () => {
1308-
beforeEach(function () {
1309-
// Skip in CI to avoid timeouts from external URLs
1310-
if (process.env.CI || process.env.GITHUB_ACTIONS) this.skip()
1311-
})
13121308
it('should do all cookie stuff', async function () {
13131309
await I.amOnPage('/')
13141310
await I.setCookie({

0 commit comments

Comments
 (0)