Skip to content

Commit f5db582

Browse files
committed
fix broken cypress test
1 parent 1a6c9cd commit f5db582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol-designer/cypress/support/MixSteps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ export const MixSteps = {
341341
.should('exist')
342342
.should('be.visible')
343343
.should('have.prop', 'value')
344-
cy.get(MixLocators.BlowoutPos).click()
344+
cy.get(MixLocators.BlowoutPos).click({ force: true })
345345
cy.get(MixLocators.BlowoutZPosition).type('{selectAll}{backspace}4')
346346
cy.get(MixLocators.ResetToDefault).click()
347347
cy.get(MixLocators.BlowoutZPosition).type('{selectAll}{backspace}-3')

0 commit comments

Comments
 (0)