Skip to content

Commit a937e8e

Browse files
authored
[PRM-521] Upgrade Cypress and Cypress Grep to latest major versions (#869)
1 parent 4088ce3 commit a937e8e

File tree

3 files changed

+106
-335
lines changed

3 files changed

+106
-335
lines changed

app/cypress/support/e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { defaultFeatureFlags } from './feature_flags';
1313
import './aws.commands';
1414
import 'cypress-real-events';
1515

16-
const registerCypressGrep = require('@cypress/grep');
16+
const { register: registerCypressGrep } = require('@cypress/grep')
1717
registerCypressGrep();
1818

1919
const roleEntries = Object.entries(Roles) as [RoleKey, RoleId][];

0 commit comments

Comments
 (0)