Closed BastinJafari closed 3 years ago
In our cypress test for flowView, the settings button gets detached from the DOM:
In order to fix it, we use
cy.dataName("settingsButton").click({ force: true })
Cypress though suggests avoiding using { force: true }.
We should find out what causes this and fix it accordingly.
Created a copy of this in #267 so closing
In our cypress test for flowView, the settings button gets detached from the DOM:
In order to fix it, we use
cy.dataName("settingsButton").click({ force: true })
Cypress though suggests avoiding using { force: true }.
We should find out what causes this and fix it accordingly.