We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c3b69e commit 04e8212Copy full SHA for 04e8212
packages/driver/src/cy/commands/prompt/index.ts
@@ -47,7 +47,7 @@ const initializeModule = async (Cypress: Cypress.Cypress): Promise<CyPromptDrive
47
type: 'module',
48
name: 'cy-prompt',
49
entryGlobalName: 'cy-prompt',
50
- entry: '/__cypress-cy-prompt/cy-prompt.js',
+ entry: '/__cypress-cy-prompt/driver/cy-prompt.js',
51
shareScope: 'default',
52
}],
53
name: 'driver',
0 commit comments