summaryrefslogtreecommitdiffstats
path: root/uitest
Commit message (Collapse)AuthorAgeFilesLines
* Add option for collapsing empty rows/columns in GridLayout (#14392)7.3.0.rc1Artur Signell2014-08-217-3/+127
| | | | | | | | This reverts the new default behavior introduced in fix for #8855. If you want empty rows/columns to be ignored when rendering, use GridLayout.setHideEmptyRowsAndColumns(true) Change-Id: I38a8717d79cec7739b649174654b615db9d8dc7e
* ComboBoxValueInput test upgrade (#14292)Anna Koskinen2014-08-203-296/+397
| | | | Change-Id: Id2158d0990f12940f2206095b8edc0946977f27d
* TableColumnResizeContentsWidth test upgrade (#14292)Anna Koskinen2014-08-203-65/+81
| | | | Change-Id: I1adc4dfea7bf62191a23a89440eeca677f47e6a6
* ComboBoxSlow test upgrade (#14292)Anna Koskinen2014-08-192-10/+44
| | | | Change-Id: Ic2e1bfd300a6b18aeddd4c4895c7bb11fec5bb8b
* Common components inside Table cells render better (Valo)Jouni Koivuviita2014-08-192-28/+140
| | | | | | | | | | | | Add a new size variant “compact” for Textfield, DateField and ComboBox. Makes the field fit inside the default row height of the table, but keeps the font size the same as for a normal field. Borderless fields also now respect the font color of the container (e.g. a selected table row). Update test to include common components inside a table. Change-Id: I88f4d917579c937536dc4c886dc2b7825db01818
* Add a new variation for ValoJouni Koivuviita2014-08-192-0/+4
| | | | | | | | A new variation named “Light”, similar to iOS7 style. Fix some valo-menu styles to accommodate the new light style better. Change-Id: Ib7c396263db7838c972d75a6b79fed1caf7ca576
* Make test more stableArtur Signell2014-08-192-2/+87
| | | | | | * Added tests for tabsheet variants Change-Id: Ib8d5c88cdedf1bbac439f91346b7b8a6a6756ede
* TableWithContainerRequiringEqualsForItemId test upgrade (#14292)Anna Koskinen2014-08-193-104/+98
| | | | Change-Id: I08da5a69e11f625d3d34f26dbd097d7a0973a541
* Prevent erroneous screenshot removal (#14446)Juuso Valli2014-08-191-9/+31
| | | | Change-Id: I6832399a888a8f99a77b6d345271d02e5cec3f54
* TreeTablePartialUpdates test upgrade (#14292)Anna Koskinen2014-08-194-116/+204
| | | | Change-Id: I32029461c7a4eeec1b54ce8a3f0b730f22deca1b
* LabelEmbeddedClickThroughForTable test upgrade (#14292)Anna Koskinen2014-08-193-135/+113
| | | | Change-Id: Ic9799343357735580976687ee02afb3bec142861
* UIScrollTest test upgrade (#14292)Anna Koskinen2014-08-193-62/+88
| | | | Change-Id: I5203b69d2f4ad67107ac347bff9b56b6d66c63bd
* SortLabelsInTable test upgrade (#14292)Anna Koskinen2014-08-182-6/+100
| | | | Change-Id: I07d2b0882ea5520f3d7ec30e29d4c42fb9167c9c
* TreeTablePartialUpdatesPageLength0 test upgrade (#14292)Anna Koskinen2014-08-183-60/+93
| | | | Change-Id: I8f7717138247c46d7b85f4fab46328d5d118dbef
* Fixes DragAndDropWrapper does not support choosing a custom component as the ↵Sebastian Nyholm2014-08-182-2/+30
| | | | | | | | | drag image (#13836) Amend : Fixes the comments for the last commit. Amend 2: Fixes a nullpointer found in a certain test scenario Change-Id: I72327f5f8ab9e46d88e1ebed8f1db3a7da39d7d8
* UIProviderInitParameter test upgrade (#14292)Anna Koskinen2014-08-182-39/+58
| | | | Change-Id: I44e7fa4b0d890972d4e6d14c3159aa9db9131c1d
* TableRowScrolledBottom test upgrade (#14292)Anna Koskinen2014-08-183-62/+83
| | | | Change-Id: I382a4da5f186239c5791d1e63e9a75ece9039760
* Make test stable againArtur Signell2014-08-161-2/+2
| | | | Change-Id: I1e02ce31ec7f0235158a5b04812c031e040c7ba2
* Modularize menubar mixins and add submenu indicator for top level itemsJouni Koivuviita2014-08-151-0/+71
| | | | | | | | | | | Refactored menubar mixins so that less overrides are necessary from normal button styles, and so that custom colored and custom sized menu bars are possible. Add new examples to test app for “drop down buttons” and “split buttons” using MenuBar. Change-Id: I2b0b76817d1c9119f82b2c2f4d7e5b95a9f05a5c
* PopupDateFieldExtendedRange test upgrade (#14292)Anna Koskinen2014-08-153-142/+517
| | | | Change-Id: I62f3f17cfbd5ddb5e1cd1b6085f4437fa49cfad1
* Add new "colored" style for Label (Valo)Jouni Koivuviita2014-08-152-0/+8
| | | | | | | | | Makes any Label text colored, by default the same as $v-selection-color. Modify the Forms and Labels examples to use the new style, and remove the fixed color from “light” style form layout for header labels. Change-Id: I27a4fce56b1f734aa5c2c837bf1684284b0d96cc
* TextFieldRelativeWidth test upgrade (#14292)Anna Koskinen2014-08-153-87/+53
| | | | Change-Id: Ia879f22f171c97fd614a92526db3cd00f35d9d27
* ExtraWindowShownWaiAria test upgrade (#14292)Anna Koskinen2014-08-152-136/+128
| | | | Change-Id: I83f0d08850d2e03008601f10043314c00818bdaa
* Add two new size variants for Valo, tiny and hugeJouni Koivuviita2014-08-155-0/+64
| | | | | | | Available as additional style names for buttons, text fields/text areas, combo boxes, date fields and labels. Change-Id: I12f36935a690f5bf3f12333f5bd4ac986d4efd1f
* Upgraded TestTooSmallSubwindowSize from TB2 (#14292)Anna Koskinen2014-08-153-41/+142
| | | | Change-Id: I351e94c6827e4585ddeb0060251f9ba7c5c55df4
* TabSheet focus/blur events fixed (#14304)Bogdan Udrescu2014-08-143-248/+213
| | | | | | | | The blur and focus events should be linked with the TabSheet component as a whole. Any click inside the TabSheet should trigger one single focus and any leave the blur. Change-Id: Id24a2fab12aafe6f7aa3a44635e5b9e935a1cfe1
* Always use cursor detection for improved test stabilityArtur Signell2014-08-142-2/+5
| | | | Change-Id: I3ac7a8b404da907fbe025b2ab1af03dd7c32813e
* Made Valo test UI deterministic and added TB testArtur Signell2014-08-1410-110/+500
| | | | Change-Id: I342fad836ad0d4014748a06c8ccfed53a99e6ece
* Support setting persistent hover and require window focus parametersArtur Signell2014-08-141-0/+38
| | | | Change-Id: I0b2bb3fba1a8a854799fd087601ba54988ec423b
* Prevent browser to scroll when space it pressed on a TabSheet (#14320)Bogdan Udrescu2014-08-142-0/+121
| | | | | | | | | | Browser page scroll by default when space key is pressed. The TabSheet uses the space key (32) to select the tab when navigating using left/right keys. So when the space is pressed the default browser page scroll behavior is now prevented. Change-Id: I8c3c7c4904109018d2f91447235e30dbd29eec5d
* Make test more reliableArtur Signell2014-08-131-1/+4
| | | | Change-Id: I16a0000ae506b5aef4f4d44cf0ee7235da14a21a
* Pressing [down]+[enter] on a combobox now closes the popup. (#14379)Guillermo Alvarez2014-08-132-0/+94
| | | | | | | | Pressing down to open the popup menu and then pressing enter to select the same item as is already selected will now cause the same behavior as pressing the escape key when there are suggestions. Change-Id: I6052608cc5916d306a981aa0f98b0ae822da5eb4
* Converted serialization test to be run in validation buildsArtur Signell2014-08-112-41/+26
| | | | Change-Id: Ia6f809349a8ee81bd2d150176c69c6d6ae10491f
* SingleBrowserTest for testing browser-unrelated functionalityArtur Signell2014-08-115-33/+51
| | | | Change-Id: Ife2ce000cae1386334596a99592263bd489a5204
* Added more hierarchy levels to the hierarchical container in ValoThemeUI testJouni Koivuviita2014-08-111-1/+27
| | | | Change-Id: Ic35c2f77a5acb0221792ad0a0195e4566dbece00
* Split common-stylenames to individual component files (#14374)Jouni Koivuviita2014-08-111-0/+1
| | | | | | | | | | | Moved notification and valo-menu styles to the components folder as well, and added them to the $v-included-components list. Additional styles are now also controlled with a list variable, which lists all components whose additional styles should be included in the build. Change-Id: Ifb8d49d71622decf8fa0d4875985fcafd908a1f8
* Stop running TB2 tests on Safari 5 and Opera 12Artur Signell2014-08-101-1/+1
| | | | | | | | | | | While still supported, these browsers are completely outdated and the tests no longer give us meaningful information. When TestBench 2 tests are converted to TB4, they will no longer be run on either of these browser. To improve the situation in the future, TB4 tests should be run on Safari 7 and latest Opera Change-Id: Ib49376e30e105aea89218aa352c44a4c3ec8778f
* Avoid starting 4 dummy sessions and leave them open for each testArtur Signell2014-08-081-0/+1
| | | | Change-Id: I00ccee8830f09a864df49a3abe2d588bd717c30f
* ResponsiveConnector should request layout update when breakpoints changeJouni Koivuviita2014-08-072-0/+113
| | | | | | (#14354) Change-Id: Ie995268f8d89a951e9ebb351edde4ba1e824101e
* Refactor Valo main menu styles into separate mixinsJouni Koivuviita2014-08-071-22/+40
| | | | | | | | | | | | | | Add a new utility mixin for defining width-ranges and height-ranges. Refactored ValoThemeUI to use Responsive and styled it to fit in a variety of viewport widths. Fixed an issue with “flat-dark” using named colors, which trips the “type-of” function. Theme “theme select”. Change-Id: Iff55ca2c23d2e279b6199590db2fdfe51423c1df
* Empty rows in Table are badly styles (#14112)Jouni Koivuviita2014-08-071-1/+1
| | | | | | | | | Reduced padding around widgets inside table cells also. Set z-index for drag’n’drop styles to set the above any relative positioned widgets inside table cells. Change-Id: I512c61428aa88678261f276148d3ba39134a6411
* VerticalSplitPanel inside a HorizontalSplitPanel doesn't display its second ↵Jouni Koivuviita2014-08-072-0/+116
| | | | | | component (Valo theme) (#14152) Change-Id: I81b340206a6020d349593926156264b85253c4e6
* Context menu is not shown in Table body on mobile browsers (#13694)Heikki Ohinmaa2014-08-0711-46/+185
| | | | | | Includes updated tests. Change-Id: I928b888302a2cd22b7c94600fd4f8b7608ba0ca8
* Ensure IE starts tests with an empty cacheArtur Signell2014-08-071-0/+3
| | | | Change-Id: Id959872b1bce4422341daf6325b6f5fbf77ad24b
* NotificationsWaiAria test rewrite to TB3.Heikki Ohinmaa2014-08-073-118/+144
| | | | Change-Id: Ifd83ec30c02e7c39eb8d3d4b1c1cf058da939ce1
* Correctly display an item which is too long for the textfield. (#13477)Guillermo Alvarez2014-08-072-0/+133
| | | | | | | As setSelectionRange is not working correctly in IE the current approach sets the direction before setting the text and resets it to the original immediately after that. Change-Id: I33f40f9ae436122092d995fa17c35a9cbe38aedb
* TextFieldValueGoesMissing test rewrite to TB3Heikki Ohinmaa2014-08-073-52/+60
| | | | Change-Id: Icd665baa9a9fd40b913a462ae0563ac3dcb368da
* Fix the closing of a popup DateField (#14086, #14375).Mika Murtojarvi2014-08-072-0/+109
| | | | | | The popup is made non-modal. Change-Id: Ia396ff1e2e88639b97c9f556d7d3866f76755436
* Retry browser startup multiple times for more stabilityArtur Signell2014-08-071-3/+29
| | | | Change-Id: Ia46ee4b30809a978e95b67a4f5dfe74bd0125eb3
* Fix table.setCurrentPageFirstItemIndex(n) to load only needed rows (#14135)Anthony Guerreiro2014-08-072-0/+167
| | | | Change-Id: I0186ce32f915b39a012bb653e501b0cad72a9f32