diff --git a/integration_test/tests/0-common/comon.spec.ts b/integration_test/tests/0-common/comon.spec.ts index 1bf18f5..abef790 100644 --- a/integration_test/tests/0-common/comon.spec.ts +++ b/integration_test/tests/0-common/comon.spec.ts @@ -8,7 +8,7 @@ import { faker } from '@faker-js/faker'; test.beforeEach(async () => { - await setAllureEpic('1. Convention Organizers'); + await setAllureEpic('0. All Users'); }); test.use({ storageState: '.auth/organizer.json', wallet: organizerWallet });