didn't help at all

This commit is contained in:
Henry Jameson 2026-06-23 16:22:13 +03:00
commit 0b27da21ac
2 changed files with 1 additions and 4 deletions

View file

@ -22,6 +22,6 @@ test('admin can open the admin settings modal', async ({ page }) => {
modal.getByRole('heading', { name: 'Administration' }),
).toBeVisible()
await modal.getByRole('tab', { title: 'Emoji' }).click()
await modal.getByRole('tab', { name: 'Emoji' }).click()
await expect(modal.getByText('Emoji packs')).toBeVisible()
})