Skip to content

Commit

Permalink
very small change to make JS checker happier
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjoel42 committed Dec 16, 2024
1 parent 2950726 commit f156954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol-designer/cypress/support/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Cypress.Commands.add('verifyHomePage', () => {
})

Cypress.Commands.add('clickCreateNew', () => {
//8.2.2 adjustments
// 8.2.2 adjustments
cy.contains('button', 'Confirm').click()
// cy.get('[data-testid="SettingsIconButton"]').click();
cy.getByTestId(locators.settingsDataTestid).click()
Expand Down

0 comments on commit f156954

Please sign in to comment.