-
Notifications
You must be signed in to change notification settings - Fork 219
Conversation
Size Change: 0 B Total Size: 874 kB ℹ️ View Unchanged
|
142da89
to
815c2f2
Compare
02717cd
to
d27157f
Compare
Fixed flakey tests. The remaining failing test here is due to an actual bug on trunk where some of the cart inner blocks do not show up |
353ed3a
to
199401d
Compare
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.
The network will be idle while the blocks are loading anyway won't it? The client-side rendering could take time, but won't necessarily be using the network. Moreover it doesn't look like this was actually added, so maybe we need to update the PR description?
Sorry @opr, there's been a lot of trial and error with this PR, I've updated the PR description now |
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, thanks @alexflorisca!
Some of the tests were failing due to importing the wrong constant (
SIMPLE_PRODUCT_NAME
instead ofSIMPLE_VIRTUAL_PRODUCT_NAME
).Translation tests were failing randomly because the block hadn't finished loading when the assertions were being made. @gigitux added an extra
waitForSelector
here to wait for the cart to load.I also realised that the translation tests are failing for legitimate reasons, which are being addressed in this PR
Testing