We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a6c9cd commit f5db582Copy full SHA for f5db582
protocol-designer/cypress/support/MixSteps.ts
@@ -341,7 +341,7 @@ export const MixSteps = {
341
.should('exist')
342
.should('be.visible')
343
.should('have.prop', 'value')
344
- cy.get(MixLocators.BlowoutPos).click()
+ cy.get(MixLocators.BlowoutPos).click({ force: true })
345
cy.get(MixLocators.BlowoutZPosition).type('{selectAll}{backspace}4')
346
cy.get(MixLocators.ResetToDefault).click()
347
cy.get(MixLocators.BlowoutZPosition).type('{selectAll}{backspace}-3')
0 commit comments