Skip to content

Commit b6ad230

Browse files
committed
test: remove global env setup complete
1 parent eeca32c commit b6ad230

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

testing/e2e/src/global/global.setup.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ import type { $LoginCredentials } from '@opendatacapture/schemas/auth';
33
import { initAppOptions } from '../helpers/data';
44
import { expect, test } from '../helpers/fixtures';
55

6-
test.skip(() => process.env.GLOBAL_SETUP_COMPLETE === '1');
7-
86
test.describe.serial(() => {
97
test.describe.serial('setup', () => {
108
test('initial setup', async ({ request }) => {

testing/e2e/src/helpers/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ declare global {
77
ADMIN_ACCESS_TOKEN: string;
88
ADMIN_PASSWORD: string;
99
ADMIN_USERNAME: string;
10-
GLOBAL_SETUP_COMPLETE?: '1';
1110
}
1211
}
1312
}
13+
1414
export type BrowserTarget = 'Desktop Chrome' | 'Desktop Firefox' | 'Desktop Safari';
1515

1616
export type ProjectMetadata = {

0 commit comments

Comments
 (0)