Skip to content
Snippets Groups Projects
Commit db240427 authored by Moritz Langenstein's avatar Moritz Langenstein
Browse files

(ml5717) Fixed last recognised path test interference

parent 15ed3234
No related branches found
No related tags found
1 merge request!66Testcafe testing base
Pipeline #107496 passed
......@@ -29,5 +29,6 @@ test("Clicking and dragging on canvas creates a single child element", async (t)
.drag(canvas, 10, 10)
.wait(syncTimeout)
.expect(canvas.childElementCount)
.eql(1)
// first draw also creates last recognised path placeholder
.eql(2)
})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment