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:
Alexandre BODIN 2024-03-21 17:49:16 +01:00 committed by GitHub
commit 1d0d1e6bc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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();