feat: report version information

This commit is contained in:
Robert Perce 2026-04-07 11:09:14 -05:00
parent 559c1f1760
commit e74fe354d0
5 changed files with 223 additions and 30 deletions

View file

@ -118,5 +118,4 @@ test('contact list is sorted ignoring case', async ({ page }) => {
await verifyCreateUser(page, { names: ['Charlie'] });
await expect(page.locator('#contacts-sidebar')).toContainText(/alfa\s*bob\s*charlie/i);
});