-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: make test more robust by non using globals and guessing the con…
…text We relied on a global variable to wait for the component to be called, but this seems to not be very robust. Instead, we pass a unique ID via a query parameter to not re-use the Event object, and store the context that we actually use, instead of relying on the last used context found.
- Loading branch information
1 parent
062b154
commit d78eac8
Showing
1 changed file
with
26 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters