mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 16:29:34 +00:00
Merge pull request #19885 from strapi/chore/skip-list-view-e2e
chore: skip bulk actions test because they're not implemented in v5
This commit is contained in:
commit
1d0d1e6bc3
@ -19,7 +19,7 @@ test.describe('List View', () => {
|
||||
await expect(page.getByRole('link', { name: /Create new entry/ }).first()).toBeVisible();
|
||||
});
|
||||
|
||||
test('A user should be able to perform bulk actions on entries', async ({ page }) => {
|
||||
test.skip('A user should be able to perform bulk actions on entries', async ({ page }) => {
|
||||
await test.step('bulk unpublish', async () => {
|
||||
await page.getByRole('link', { name: 'Content Manager' }).click();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user