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

Failing scenario display_localized_attribute_history #9927

Closed ahocquard closed 5 years ago

ahocquard commented 5 years ago

tests/legacy/features/pim/structure/attribute/display_localized_attribute_history.feature:11

https://circleci.com/gh/akeneo/pim-community-dev/8279#tests/containers/13

At first, the message seems weird.

And I should see history:: Expecting the new value of version "2" to be "12 456,789", got "12 456,789" (Behat\Mink\Exception\ExpectationException)

The space is not the same. The data we got is a NON BREAKABLE SPACE instead of a standard SPACE.

ahocquard commented 5 years ago

The test is still failing due to the cache on Circle CI, but the fix is done. We will fix docker cache in another ticket.