Skip to content

Bulk import plugin: Add missing assertion (expect) to runAccessibilityTests #3579

Description

@christoph-jerolimov

The bulk import plugins has playwright tests that include a bunch of accessibility assertions.

The tests runs runAccessibilityTests from @workspaces/bulk-import/e2e-tests/utils/helpers.ts, but the accessibilityScanResults.violations isn't used in any assertion.

Add expect(accessibilityScanResults.violations, 'Accessibility violations found').toEqual([]); to that function.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions