@@ -18,25 +18,25 @@ export default defineConfig({
1818 // (This is the data set used in our CI environment)
1919
2020 // Admin account used for administrative tests
21- DSPACE_TEST_ADMIN_USER : 'dspacedemo+ admin@gmail .com' ,
21+ DSPACE_TEST_ADMIN_USER : 'admin@admin .com' ,
2222 DSPACE_TEST_ADMIN_USER_UUID : '335647b6-8a52-4ecb-a8c1-7ebabb199bda' ,
23- DSPACE_TEST_ADMIN_PASSWORD : 'dspace ' ,
23+ DSPACE_TEST_ADMIN_PASSWORD : 'admin ' ,
2424 // Community/collection/publication used for view/edit tests
25- DSPACE_TEST_COMMUNITY : '0958c910-2037-42a9-81c7-dca80e3892b4 ' ,
26- DSPACE_TEST_COLLECTION : '282164f5-d325-4740-8dd1-fa4d6d3e7200 ' ,
27- DSPACE_TEST_ENTITY_PUBLICATION : '6160810f-1e53-40db-81ef-f6621a727398 ' ,
25+ DSPACE_TEST_COMMUNITY : 'a30b75e4-1682-4b4d-85fd-a47fc78dbcf6 ' ,
26+ DSPACE_TEST_COLLECTION : 'caf04bfa-b2f6-40d3-90d2-aa0b86d92f8d ' ,
27+ DSPACE_TEST_ENTITY_PUBLICATION : '9d1efbce-4d55-446c-ac70-0ba8998d04d2 ' ,
2828 // Search term (should return results) used in search tests
2929 DSPACE_TEST_SEARCH_TERM : 'test' ,
3030 // Main Collection used for submission tests. Should be able to accept normal Item objects
31- DSPACE_TEST_SUBMIT_COLLECTION_NAME : 'Sample Collection ' ,
32- DSPACE_TEST_SUBMIT_COLLECTION_UUID : '9d8334e9-25d3-4a67-9cea-3dffdef80144 ' ,
31+ DSPACE_TEST_SUBMIT_COLLECTION_NAME : 'Equipments ' ,
32+ DSPACE_TEST_SUBMIT_COLLECTION_UUID : 'c1da6a21-451f-430d-ad28-0f16e5b38fa0 ' ,
3333 // Collection used for Person entity submission tests. MUST be configured with EntityType=Person.
34- DSPACE_TEST_SUBMIT_PERSON_COLLECTION_NAME : 'People ' ,
34+ DSPACE_TEST_SUBMIT_PERSON_COLLECTION_NAME : 'Persons ' ,
3535 // Account used to test basic submission process
36- DSPACE_TEST_SUBMIT_USER : 'dspacedemo+submit@gmail .com' ,
37- DSPACE_TEST_SUBMIT_USER_PASSWORD : 'dspace ' ,
36+ DSPACE_TEST_SUBMIT_USER : 'admin@admin .com' ,
37+ DSPACE_TEST_SUBMIT_USER_PASSWORD : 'admin ' ,
3838 // Administrator users group
39- DSPACE_ADMINISTRATOR_GROUP : 'e59f5659-bff9-451e-b28f-439e7bd467e4 '
39+ DSPACE_ADMINISTRATOR_GROUP : 'f8c90336-34c1-4ad6-ab63-ba4b9357f087 '
4040 } ,
4141 e2e : {
4242 // Setup our plugins for e2e tests
0 commit comments