Share your ideas as low-fidelity mocks in minutes, perfect for getting started. This free, open-source wireframing tool helps you quickly create basic wireframes for your projects. It's simple to use, making it easy to sketch out ideas and organize your thoughts without the need for complex software.
@brauliodiez
Now we have multiple canvas, I added an id to the main Konva Stage to refer it in e2e tests.
// const stageCanvas = await page.locator('#konva-stage canvas').first();
I read that "data-id" is the standard for this, but did not work for some reason.
@brauliodiez Now we have multiple canvas, I added an id to the main Konva Stage to refer it in e2e tests. // const stageCanvas = await page.locator('#konva-stage canvas').first();
I read that "data-id" is the standard for this, but did not work for some reason.