mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 02:45:28 +00:00
test: run tests serially
This commit is contained in:
@@ -55,9 +55,6 @@ const [useProvideAccountSetupStore, useAccountSetupStore] = createInjectionState
|
||||
loadingAction.value = Action.Save
|
||||
|
||||
try {
|
||||
// todo: validate form fields
|
||||
// await formRef.value?.validateFields()
|
||||
|
||||
await $api.plugin.update(activePlugin.value?.id, {
|
||||
input: JSON.stringify(activePluginFormData.value),
|
||||
active: true,
|
||||
|
||||
@@ -4,7 +4,7 @@ import setup, { unsetup } from '../../../setup';
|
||||
import { isEE } from '../../../setup/db';
|
||||
import { AccountSetupPage } from '../../../pages/Account/Setup';
|
||||
|
||||
test.describe('App setup', () => {
|
||||
test.describe.serial('App setup', () => {
|
||||
// Org level roles are not available in EE
|
||||
if (isEE()) {
|
||||
test.skip();
|
||||
|
||||
Reference in New Issue
Block a user