PD: remove skipped migration e2e tests #9852
Labels
json-v6
Issues related to JSON Protocol Schema v6
protocol designer
Affects the `protocol-designer` project
Overview
Currently PD migration e2e tests (
protocol-designer/cypress/integration/migrations.spec.js
) are being skipped while JSON schema v6 support gets fully implemented. Once the liquids key is added to PD, we should be able to generate new v6 fixtures and un skip the migration tests.Note: previously migrations would conditionally bump schema versions, now we ALWAYS bump to schema v6, so our new assertion fixtures must reflect this.
Acceptance criteria
PD migration tests are running and passing
The text was updated successfully, but these errors were encountered: