Skip to content

Commit bd4f744

Browse files
committed
chore: rename domain_fn to origin_fn
1 parent 5350a53 commit bd4f744

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/driver/src/cross-origin/cypress.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { $Location } from '../cypress/location'
1010
import $Commands from '../cypress/commands'
1111
import { create as createLog } from '../cypress/log'
1212
import { bindToListeners } from '../cy/listeners'
13-
import { handleOriginFn } from './domain_fn'
13+
import { handleOriginFn } from './origin_fn'
1414
import { FINAL_SNAPSHOT_NAME } from '../cy/snapshots'
1515
import { handleLogs } from './events/logs'
1616
import { handleSocketEvents } from './events/socket'

0 commit comments

Comments
 (0)