feat: unify /notifications and dashboard activity feed into a /chronik page #288
@@ -10,6 +10,7 @@ import { test, expect } from '@playwright/test';
|
|||||||
const AUTHENTICATED_PAGES = [
|
const AUTHENTICATED_PAGES = [
|
||||||
{ name: 'home', path: '/' },
|
{ name: 'home', path: '/' },
|
||||||
{ name: 'persons', path: '/persons' },
|
{ name: 'persons', path: '/persons' },
|
||||||
|
{ name: 'chronik', path: '/chronik' },
|
||||||
{ name: 'admin', path: '/admin' }
|
{ name: 'admin', path: '/admin' }
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user