akeneo / pim-community-dev

[Community Development Repository] The open source Product Information Management (PIM)
http://www.akeneo.com
Other
954 stars 514 forks source link

Fix random tests/legacy/features/pim/enrichment/product/validation/remove_validation_error_on_correction.feature:21 #11480

Closed fitn closed 4 years ago

fitn commented 4 years ago

Then I should not see validation tooltip "This value should not be a decimal.": Expecting to not see validation error, "This value should not be a decimal." found Failed asserting that true is false.

https://circleci.com/gh/akeneo/pim-community-dev/26701#tests/containers/14

ahocquard commented 4 years ago

It's because the UI is not yet correctly refreshed after the save, so it checks there is no error message but it's still here because the save is not completely done.

Fixed here https://github.com/akeneo/pim-community-dev/pull/11517 (change order because the first check uses a spin).

ahocquard commented 4 years ago

Fixed.