From 0eb79607383adef303eb5816396bf5836db6c7fa Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Mon, 30 Oct 2023 15:41:26 +0000 Subject: [PATCH] test: fix kanban untitled --- tests/playwright/tests/db/views/viewKanban.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' });