commit | 4d9c08d92ac0bfae1634f8a5058dda3d47250fc9 | [log] [tgz] |
---|---|---|
author | Ankush Menat <ankush@iwebnotes.com> | Tue Jun 29 21:05:43 2021 +0530 |
committer | Ankush <ankushmenat@gmail.com> | Thu Jul 01 21:26:18 2021 +0530 |
tree | 07a3d6137b7e76cd6c353e3b652dd36cd26374bb | |
parent | 3f14b92e2cd60a32e51c86a79e7497315cf2530b [diff] |
chore: add project id for cypress
diff --git a/cypress.json b/cypress.json index 839bb08..02b10d8 100644 --- a/cypress.json +++ b/cypress.json
@@ -1,6 +1,6 @@ { "baseUrl": "http://test_site:8000/", - "projectId": "92odwv", + "projectId": "da59y9", "adminPassword": "admin", "defaultCommandTimeout": 20000, "pageLoadTimeout": 15000,