Skip to content

Commit

Permalink
Test: Fix epic name
Browse files Browse the repository at this point in the history
  • Loading branch information
mesudip committed Nov 14, 2024
1 parent 05c65a0 commit 403ce31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_test/tests/0-common/comon.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 });
Expand Down

0 comments on commit 403ce31

Please sign in to comment.