diff --git a/tests/playwright/tests/viewKanban.spec.ts b/tests/playwright/tests/viewKanban.spec.ts index b220e1e2d9..1bbb31e7e8 100644 --- a/tests/playwright/tests/viewKanban.spec.ts +++ b/tests/playwright/tests/viewKanban.spec.ts @@ -19,6 +19,10 @@ test.describe('View', () => { // close 'Team & Auth' tab await dashboard.closeTab({ title: 'Team & Auth' }); await dashboard.treeView.openTable({ title: 'Film' }); + + if (isSqlite(context)) { + await dashboard.treeView.deleteTable({ title: 'FilmList' }); + } if (isPg(context)) { // Since these view depend on the Ratings column of the Film table