Commit b43a1928 authored by Tomáš Peterka's avatar Tomáš Peterka Committed by Tomáš Peterka

[ui_test] Order (priority) of actions matter - first action becomes the default view of an object

Fixing testCloneObject unit test
The problem was that upon installation the generic list view became the default view of Foo Line thus was missing actions like Clone. This one is particularly hard to find because diff does not show this problem and moreover newly created action on a Portal Type is placed last by default. Thus this is a random error.

/reviewed-on nexedi/erp5!375
parent 8667d72c
......@@ -56,7 +56,7 @@
</item>
<item>
<key> <string>priority</string> </key>
<value> <float>1.0</float> </value>
<value> <float>4.0</float> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -56,7 +56,7 @@
</item>
<item>
<key> <string>priority</string> </key>
<value> <float>1.0</float> </value>
<value> <float>3.0</float> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -56,7 +56,7 @@
</item>
<item>
<key> <string>priority</string> </key>
<value> <float>1.0</float> </value>
<value> <float>3.0</float> </value>
</item>
<item>
<key> <string>title</string> </key>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment