Skip to content

Commit

Permalink
Fixed flickery issues with tests. (#10054)
Browse files Browse the repository at this point in the history
Fixed flickery issues with tests.
  • Loading branch information
a-sabaa authored May 5, 2023
1 parent 1366364 commit a7e5863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/_data/product_list.databuilder.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<transfer name="ProductList">
<property name="type" dataBuilderRule="randomElement(['blacklist', 'whitelist'])"/>
<property name="title" dataBuilderRule="unique()->sentence(1)"/>
<property name="key" dataBuilderRule="word()"/>
<property name="key" dataBuilderRule="lexify('??????????')"/>
</transfer>

</transfers>

0 comments on commit a7e5863

Please sign in to comment.