Browse Source

go through failing tests and mark green ones temporary

pull/4749/head
Daniel Spaude 1 year ago
parent
commit
aebc2b442a
No known key found for this signature in database
GPG Key ID: 654A3D1FA4F35FFE
  1. 2
      tests/playwright/tests/columnAttachments.spec.ts
  2. 2
      tests/playwright/tests/columnFormula.spec.ts
  3. 2
      tests/playwright/tests/columnMenuOperations.spec.ts

2
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;

2
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;

2
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;

Loading…
Cancel
Save