parent
8fa49f298f
commit
7425392413
2 changed files with 2 additions and 2 deletions
|
|
@ -22,6 +22,6 @@ test('admin can open the admin settings modal', async ({ page }) => {
|
|||
modal.getByRole('heading', { name: 'Administration' }),
|
||||
).toBeVisible()
|
||||
|
||||
await modal.getByRole('tab', { name: 'Emoji' }).click()
|
||||
await modal.getByRole('tab', { title: 'Emoji' }).click()
|
||||
await expect(modal.getByText('Emoji packs')).toBeVisible()
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue