fix(e2e): enable e2e bulk action tests in listview.spec.ts (#21980)

This commit is contained in:
markkaylor 2024-10-25 14:08:44 +02:00 committed by GitHub
parent 882aa56307
commit c70b83067f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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