Skip to content

Commit b89ec37

Browse files
authored
chore: update esm guide to accurately reflect conversions. Try increasing timeout for title() command for time for log to propagate (#32947)
push empty commit to retest
1 parent 94c982f commit b89ec37

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

guides/esm-migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ When migrating some of these projects away from the `ts-node` entry [see `@packa
2828
- [ ] npm/eslint-plugin-dev
2929
- [x] npm/grep ✅ **COMPLETED**
3030
- [x] npm/mount-utils ✅ **COMPLETED**
31-
- [ ] npm/puppeteer **PARTIAL**
31+
- [x] npm/puppeteer **COMPLETED**
3232
- [x] npm/react ✅ **COMPLETED**
3333
- [x] npm/svelte ✅ **COMPLETED**
3434
- [x] npm/vite-dev-server ✅ **COMPLETED**
3535
- [x] vite-plugin-cypress-esm ✅ **COMPLETED**
3636
- [x] npm/vue ✅ **COMPLETED**
3737
- [x] npm/webpack-batteries-included-preprocessor ✅ **COMPLETED**
3838
- [x] npm/webpack-dev-server ✅ **COMPLETED**
39-
- [ ] npm/webpack-preprocessor **PARTIAL**
39+
- [x] npm/webpack-preprocessor **COMPLETED**
4040

4141
##### Binary Packages
4242

packages/driver/cypress/e2e/commands/window.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ describe('src/cy/commands/window', () => {
481481
})
482482

483483
describe('errors', {
484-
defaultCommandTimeout: 50,
484+
defaultCommandTimeout: 200,
485485
}, () => {
486486
beforeEach(function () {
487487
this.logs = []

0 commit comments

Comments
 (0)