Skip to content

Commit

Permalink
feat(protocol-designer): remove deck config ff and add deck config cy…
Browse files Browse the repository at this point in the history
…press test (#14096)

closes RAUT-876 RAUT-842 RAUT-841
  • Loading branch information
jerader authored Dec 7, 2023
1 parent 31c6d02 commit 1ce77e5
Show file tree
Hide file tree
Showing 19 changed files with 4,109 additions and 149 deletions.
16 changes: 7 additions & 9 deletions protocol-designer/cypress/integration/migrations.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,13 @@ describe('Protocol fixtures migrate and match snapshots', () => {
migrationModal: null,
unusedPipettes: false,
},
// TODO(jr, 11/30/23): write a test fixture here for v8 migrated to v8 with deck config when the ff is removed
// {
// title: 'doItAllV8 flex robot -> reimported',
// importFixture: '../../fixtures/protocol/8/doItAllV8.json',
// expectedExportFixture:
// '../../fixtures/protocol/8/doItAllV8.json',
// migrationModal: 'noBehaviorChange',
// unusedPipettes: false,
// },
{
title: 'doItAllV8 flex robot -> reimported, should not migrate',
importFixture: '../../fixtures/protocol/8/doItAllV8.json',
expectedExportFixture: '../../fixtures/protocol/8/doItAllV8.json',
migrationModal: null,
unusedPipettes: false,
},
]

testCases.forEach(
Expand Down
Loading

0 comments on commit 1ce77e5

Please sign in to comment.