Skip to content

Commit 04e8212

Browse files
chores: (cy.prompt) refactor routing to support both app and driver (#31891)
1 parent 6c3b69e commit 04e8212

File tree

1 file changed

+1
-1
lines changed
  • packages/driver/src/cy/commands/prompt

1 file changed

+1
-1
lines changed

packages/driver/src/cy/commands/prompt/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const initializeModule = async (Cypress: Cypress.Cypress): Promise<CyPromptDrive
4747
type: 'module',
4848
name: 'cy-prompt',
4949
entryGlobalName: 'cy-prompt',
50-
entry: '/__cypress-cy-prompt/cy-prompt.js',
50+
entry: '/__cypress-cy-prompt/driver/cy-prompt.js',
5151
shareScope: 'default',
5252
}],
5353
name: 'driver',

0 commit comments

Comments
 (0)