Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
y3rsh committed Feb 10, 2025
1 parent a0a6db5 commit 2747708
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocol-designer/cypress/support/SetupSteps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export enum SetupLocators {
FlexOption = 'button:contains("Opentrons Flex")',
OT2Option = 'button:contains("Opentrons OT-2")',
NinetySixChannel = 'div:contains("96-Channel")',
ThermocyclerImage = 'img[alt="temperatureModuleType"]',
ThermocyclerImage = 'img[alt="thermocyclerModuleType"]',
MagblockImage = 'img[alt="magneticBlockType"]',
HeaterShakerImage = 'img[alt="heaterShakerModuleType"]',
TemperatureModuleImage = 'img[alt="temperatureModuleType"]',
Expand Down Expand Up @@ -630,7 +630,7 @@ export const setupVerificationHandlers = {
},
[SetupVerifications.ThermocyclerImg]: {
handler: (): void => {
cy.get(SetupLocators.TemperatureModuleImage).should('be.visible')
cy.get(SetupLocators.ThermocyclerImage).should('be.visible')
},
paramType: undefined,
},
Expand Down

0 comments on commit 2747708

Please sign in to comment.