Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drawing-app
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sweng-group-15
drawing-app
Commits
db240427
Commit
db240427
authored
5 years ago
by
Moritz Langenstein
Browse files
Options
Downloads
Patches
Plain Diff
(ml5717) Fixed last recognised path test interference
parent
15ed3234
No related branches found
No related tags found
1 merge request
!66
Testcafe testing base
Pipeline
#107496
passed
5 years ago
Stage: fetch
Stage: deps
Stage: check
Stage: build
Stage: test
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
__e2e_tests__/peer1.e2e.js
+2
-1
2 additions, 1 deletion
__e2e_tests__/peer1.e2e.js
with
2 additions
and
1 deletion
__e2e_tests__/peer1.e2e.js
+
2
−
1
View file @
db240427
...
...
@@ -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
)
})
This diff is collapsed.
Click to expand it.
Momo Langenstein
@ml5717
mentioned in commit
a3514166
·
5 years ago
mentioned in commit
a3514166
mentioned in commit a3514166a9c4bff8d8058d6e88a1effada1c1183
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment