diff --git a/src/test/e2e/services/environment-service.test.ts b/src/test/e2e/services/environment-service.test.ts index 8950f2dd78..2817ced5f6 100644 --- a/src/test/e2e/services/environment-service.test.ts +++ b/src/test/e2e/services/environment-service.test.ts @@ -65,6 +65,8 @@ test('Can connect environment to project', async () => { name: 'test-connection', displayName: '', enabled: false, + sortOrder: 9999, + type: 'production', }, ]); }); @@ -92,6 +94,8 @@ test('Can remove environment from project', async () => { name: 'removal-test', displayName: '', enabled: false, + sortOrder: 9999, + type: 'production', }, ]); });