Open MartinMalinda opened 7 years ago
I will try different versions of PS and Ember to see if it makes any difference.
The You modified XXX twice in a single render
is usually a symptom of another thing erroring.
But I have never seen this writableTag
thing before.
My only suggestion is that, since selectChoose
is async, you might want to put the folloing click
in another andThen
. That is the only possible source of race condition I see, assuming it's not related with the datepicker.
Power select makes tests randomly fail for me. The error does not occur when the acceptance test is run alone, but only when run in a series of other tests. It seems like something is not getting cleaned up.
I am using the
selectChoose
helper.It may or may not be related to some PublicAPI call..?
Reproduction repo: https://github.com/MartinMalinda/booking-demo (until this commit: https://github.com/MartinMalinda/booking-demo/commit/775d037c9087ed18507133d4ab90656f83e08667)