Skip to content
Snippets Groups Projects

generated type is correctly displayed on canvas

Merged Giannis Koumoutsos requested to merge 217-generated-on-canvas into main
+ 1
1
@@ -4,7 +4,7 @@ beforeEach(() => {
cy.waitForStableDOM();
cy.findAllByRole('button', { name: 'ewoksweb' })
.filter('.react-flow__node')
.as('node', { type: 'static' })
.as('node')
.click();
});
Loading