mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 17:00:55 +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();
|
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 test.step('bulk unpublish', async () => {
|
||||||
await page.getByRole('link', { name: 'Content Manager' }).click();
|
await page.getByRole('link', { name: 'Content Manager' }).click();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user