-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(testing): add e2e test for 'Go Home' button #2648
Merged
Merged
Conversation
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
jsjoeio
force-pushed
the
e2e-test-go-home
branch
from
January 28, 2021 23:39
6c8fb0c
to
60ca453
Compare
jsjoeio
commented
Jan 28, 2021
jsjoeio
commented
Jan 28, 2021
code-asher
requested changes
Jan 29, 2021
jsjoeio
force-pushed
the
e2e-test-go-home
branch
from
January 29, 2021 19:07
2450330
to
262cccd
Compare
jsjoeio
force-pushed
the
e2e-test-go-home
branch
from
January 29, 2021 23:40
6e37ae8
to
52fe28a
Compare
nhooyr
suggested changes
Feb 1, 2021
jsjoeio
force-pushed
the
add-playwright
branch
from
February 1, 2021 22:14
e6cbf0e
to
6685a3e
Compare
jsjoeio
force-pushed
the
e2e-test-go-home
branch
from
February 2, 2021 21:26
4f6708f
to
969e8ba
Compare
jsjoeio
commented
Feb 2, 2021
code-asher
reviewed
Feb 3, 2021
jsjoeio
force-pushed
the
e2e-test-go-home
branch
from
February 4, 2021 21:57
647232f
to
acea0a1
Compare
nhooyr
suggested changes
Feb 5, 2021
This seems to resolve a warning about a process being forcefully exited.
I think Jest provides separate console methods for each test so when the socket tests finish Jest complains that a test keeps trying to output.
After thinking about it some more it's probably mostly only useful to see the output when the tests are hanging. Otherwise there's a lot of noise about Jest child processes and pipes.
jsjoeio
force-pushed
the
e2e-test-go-home
branch
from
February 22, 2021 20:41
7cf71da
to
47a05c9
Compare
4 tasks
jsjoeio
requested review from
a team and
code-asher
and removed request for
oxy and
code-asher
February 24, 2021 23:23
code-asher
requested changes
Feb 25, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me after this change!
code-asher
approved these changes
Feb 25, 2021
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds two e2e tests and makes a few modifications for testing.
Changes
Screenrecording
5029d1a9ccf52b90afb87b03f161dcde.mp4
Todos
node
.gitignore
conflictstest.sh
script--home