Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit b34de64

Browse files
committed
fix(test): rename cypress config key name
1 parent fa84235 commit b34de64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"baseUrl": "http://localhost:3000",
33
"projectId": "w5dkjg",
44
"pageLoadTimeout": 1000000,
5-
"blacklistHosts": "www.googletagmanager.com",
5+
"blockHosts": "www.googletagmanager.com",
66

77
"viewportWidth": 1200,
88
"viewportHeight": 2500

0 commit comments

Comments
 (0)