Lemoncode / quickmock

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.
https://www.quickmock.net/
MIT License
32 stars 18 forks source link

Fix E2E in Feature/#121 create multiple pages given document #489

Closed oleojake closed 2 weeks ago

oleojake commented 2 weeks ago

@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.