Skip to content

Commit e815e7c

Browse files
committed
Visual test for #5382 - Button: specifying only a secondary icon for the button widget locates the icon on the left
1 parent 956f48a commit e815e7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/visual/button/button.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@
6060
<button class="{button:{icons:{primary:'ui-icon-locked'},text:false}}">Button with icon only</button>
6161
<button class="{button:{icons:{primary:'ui-icon-locked'}}}">Button with icon on the left</button>
6262
<button class="{button:{icons:{primary:'ui-icon-gear',secondary:'ui-icon-triangle-1-s'}}}">Button with two icons</button>
63-
<button class="{button:{icons:{primary:'ui-icon-gear',secondary:'ui-icon-triangle-1-s'},text:false}}">Button with two icons</button>
63+
<button class="{button:{icons:{secondary:'ui-icon-triangle-1-s'}}}">Button with text and secondary icon</button>
64+
<button class="{button:{icons:{primary:'ui-icon-gear',secondary:'ui-icon-triangle-1-s'},text:false}}">Button with two icons and no text</button>
6465
</div>
6566
</div>
6667

0 commit comments

Comments
 (0)