Skip to content

Commit

Permalink
last commit before vacation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjoel42 committed Dec 24, 2024
1 parent b0dffda commit 9b6852d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions protocol-designer/cypress/e2e/mixSettings.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
// }

describe('Advanced Settings for Mix Form', () => {
cy.visit('/')
// before(() => {
// cy.visit('/')
// cy.closeAnnouncementModal()
Expand Down
2 changes: 1 addition & 1 deletion protocol-designer/cypress/support/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 })
})

//
Expand Down

0 comments on commit 9b6852d

Please sign in to comment.