diff --git a/tests/playwright/tests/db/views/viewKanban.spec.ts b/tests/playwright/tests/db/views/viewKanban.spec.ts index cea0b354db..4146b130f9 100644 --- a/tests/playwright/tests/db/views/viewKanban.spec.ts +++ b/tests/playwright/tests/db/views/viewKanban.spec.ts @@ -254,12 +254,12 @@ test.describe('View', () => { }); await dashboard.viewSidebar.changeViewIcon({ - title: 'Untitled Kanban', + title: 'Kanban', icon: 'american-football', iconDisplay: '🏈', }); - await dashboard.viewSidebar.deleteView({ title: 'Untitled Kanban' }); + await dashboard.viewSidebar.deleteView({ title: 'Kanban' }); /////////////////////////////////////////////// await dashboard.viewSidebar.openView({ title: 'Film Kanban' });