From 9b6852d61976071b814191ed1c37d064e699ae5f Mon Sep 17 00:00:00 2001 From: alexjoel42 Date: Tue, 24 Dec 2024 14:19:28 -0500 Subject: [PATCH] last commit before vacation --- protocol-designer/cypress/e2e/mixSettings.cy.js | 1 + protocol-designer/cypress/support/commands.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/protocol-designer/cypress/e2e/mixSettings.cy.js b/protocol-designer/cypress/e2e/mixSettings.cy.js index 600d25971be..20461917d13 100644 --- a/protocol-designer/cypress/e2e/mixSettings.cy.js +++ b/protocol-designer/cypress/e2e/mixSettings.cy.js @@ -40,6 +40,7 @@ // } describe('Advanced Settings for Mix Form', () => { + cy.visit('/') // before(() => { // cy.visit('/') // cy.closeAnnouncementModal() diff --git a/protocol-designer/cypress/support/commands.ts b/protocol-designer/cypress/support/commands.ts index 76e6dd7d545..2ab9390aa06 100644 --- a/protocol-designer/cypress/support/commands.ts +++ b/protocol-designer/cypress/support/commands.ts @@ -167,7 +167,7 @@ Cypress.Commands.add('verifySettingsPage', () => { Cypress.Commands.add('closeAnalyticsModal', () => { // ComputingSpinner sometimes covers the announcement modal button and prevents the button click // this will retry until the ComputingSpinner does not exist - cy.contains('button', 'Confirm').click() + cy.contains('button', 'Confirm').click({ force: true }) }) //