Browse Source

fix: erd tests

pull/9879/head
DarkPhoenix2704 1 month ago
parent
commit
a4cf88b976
  1. 1
      tests/playwright/tests/db/features/erd.spec.ts

1
tests/playwright/tests/db/features/erd.spec.ts

@ -41,7 +41,6 @@ test.describe('Erd', () => {
const toggleMM = async () => {
await dashboard.treeView.baseSettings({ title: context.base.title });
await dashboard.settings.miscellaneous.clickShowM2MTables();
await dashboard.settings.close();
};
const openProjectErd = async () => {

Loading…
Cancel
Save