-
Notifications
You must be signed in to change notification settings - Fork 12
Stabilize tests #2
Copy link
Copy link
Open
Description
We currently have flaky E2E tests, because zipkin is an external system we interact with. There are some ways to imrpove this situation:
- Poll for a specific span name instead of randomly waiting two seconds
- Use a very specific / unique string as span name e.g.
firstSpan-${+new Date()} - To make the above possible we might use a text input in the web, we can automate it with
.type
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels