diff --git a/tests/playwright/tests/columnAttachments.spec.ts b/tests/playwright/tests/columnAttachments.spec.ts index cd88220172..db2d2d2c93 100644 --- a/tests/playwright/tests/columnAttachments.spec.ts +++ b/tests/playwright/tests/columnAttachments.spec.ts @@ -5,6 +5,8 @@ import setup from '../setup'; import { AccountPage } from '../pages/Account'; import { AccountLicensePage } from '../pages/Account/License'; +// was green when run individually via .only +// on bbed1f864945fa61e3d92e3e2c8dfa783060b302 test.describe('Attachment column', () => { let dashboard: DashboardPage; let accountLicensePage: AccountLicensePage, accountPage: AccountPage, context: any; diff --git a/tests/playwright/tests/columnFormula.spec.ts b/tests/playwright/tests/columnFormula.spec.ts index 8fda28aae3..527fea77af 100644 --- a/tests/playwright/tests/columnFormula.spec.ts +++ b/tests/playwright/tests/columnFormula.spec.ts @@ -124,6 +124,8 @@ const formulaDataByDbType = (context: NcContext) => [ }, ]; +// was green when run individually via .only +// on bbed1f864945fa61e3d92e3e2c8dfa783060b302 test.describe('Virtual Columns', () => { let dashboard: DashboardPage; let context: any; diff --git a/tests/playwright/tests/columnMenuOperations.spec.ts b/tests/playwright/tests/columnMenuOperations.spec.ts index 01a4e016bf..ab231eb78d 100644 --- a/tests/playwright/tests/columnMenuOperations.spec.ts +++ b/tests/playwright/tests/columnMenuOperations.spec.ts @@ -38,6 +38,8 @@ const columns = [ }, ]; +// was green when run individually via .only +// on 368aada3309bbb3de2af23bd06363f098db15a31 test.describe('Column menu operations', () => { let dashboard: DashboardPage; let context: any;