Browse Source

go through failing tests and mark green ones temporary - WIP

pull/4749/head
Daniel Spaude 2 years ago
parent
commit
d67dac3e87
No known key found for this signature in database
GPG Key ID: 654A3D1FA4F35FFE
  1. 2
      tests/playwright/tests/metaSync.spec.ts

2
tests/playwright/tests/metaSync.spec.ts

@ -4,6 +4,8 @@ import { SettingsPage, SettingTab } from '../pages/Dashboard/Settings';
import setup, { NcContext } from '../setup';
import { isMysql, isPg, isSqlite, mysqlExec, pgExec, sqliteExec } from '../setup/db';
// was green when run individually via .only
// on 6b743b11dbb9f9f2f33790f6c4182a65c430e2fa
test.describe('Meta sync', () => {
let dashboard: DashboardPage;
let settings: SettingsPage;

Loading…
Cancel
Save