mirror of
https://github.com/strapi/strapi.git
synced 2025-11-20 04:02:54 +00:00
fix(e2e): enable e2e bulk action tests in listview.spec.ts (#21980)
This commit is contained in:
parent
882aa56307
commit
c70b83067f
@ -46,8 +46,7 @@ test.describe('List View', () => {
|
||||
await expect(page.getByRole('link', { name: 'Next page' })).toBeDisabled();
|
||||
});
|
||||
|
||||
// Should be enabled once bulk publish is in action
|
||||
test.fixme('A user should be able to perform bulk actions on entries', async ({ page }) => {
|
||||
test('A user should be able to perform bulk actions on entries', async ({ page }) => {
|
||||
await test.step('bulk publish', async () => {
|
||||
await page.getByRole('link', { name: 'Content Manager' }).click();
|
||||
// Select all entries to publish
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user