Skip to content

Commit

Permalink
refactoring for 8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjoel42 committed Dec 16, 2024
1 parent 5e9e55d commit 2950726
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions protocol-designer/cypress/e2e/import.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ describe('The Import Page', () => {
})

it('successfully loads a protocol exported on a previous version', () => {
cy.contains('button', 'Confirm').click()
const protocol = getTestFile(TestFilePath.DoItAllV7)
cy.importProtocol(protocol.path)
verifyOldProtocolModal()
verifyImportProtocolPage(protocol)
})

it('successfully loads a protocol exported on the current version', () => {
cy.contains('button', 'Confirm').click()
const protocol = getTestFile(TestFilePath.DoItAllV8)
cy.importProtocol(protocol.path)
verifyImportProtocolPage(protocol)
Expand Down

0 comments on commit 2950726

Please sign in to comment.