This repository has been archived by the owner on Apr 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 60
Make e2e tests more stable - Closes #878 #890
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
slaweet
force-pushed
the
878-make-e2e-tests-more-stable
branch
3 times, most recently
from
November 2, 2017 07:00
68a4027
to
8248bab
Compare
... with use of regexp because the order of delegates is not deterministic
because it is not used anywhere else anymore
... by adding wait before refresh
slaweet
force-pushed
the
878-make-e2e-tests-more-stable
branch
from
November 2, 2017 10:19
80d5247
to
d9440b5
Compare
... to prevent Error: EPIPE write EPIPE
slaweet
force-pushed
the
878-make-e2e-tests-more-stable
branch
from
November 2, 2017 10:46
1eecc96
to
1482a3b
Compare
slaweet
force-pushed
the
878-make-e2e-tests-more-stable
branch
from
November 2, 2017 11:31
d389046
to
6f55fc5
Compare
to make the next test independent of this one
slaweet
force-pushed
the
878-make-e2e-tests-more-stable
branch
2 times, most recently
from
November 2, 2017 13:41
431e653
to
351aab5
Compare
... instead of on webpack dev server
slaweet
force-pushed
the
878-make-e2e-tests-more-stable
branch
from
November 3, 2017 22:23
95317d0
to
43bc18d
Compare
slaweet
force-pushed
the
878-make-e2e-tests-more-stable
branch
from
November 6, 2017 05:59
a4add0b
to
6c390d8
Compare
yasharAyari
approved these changes
Nov 6, 2017
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.
good job.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Mainly Closes #878
It also Closes #734