aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/dialog/dialog_test_helpers.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-55/+0
| | | | Ref gh-1528
* Tests: Widget test helpers extend the main helperScott González2015-04-091-7/+9
| | | | | Ref #10119 Ref gh-1528
* Dialog: Convert tests to new infrastructureScott González2015-04-091-3/+9
| | | | | Ref #10119 Ref gh-1528
* Dialog: Work around subpixel issues in dialog resizable testJörn Zaefferer2014-02-201-4/+7
| | | | | | | | | Switching to checking the size of the content element. We should be checking the dimensions of the .ui-dialog element, but that currently fails in Chromium-based browsers. Once we start using box-sizing: border-box, we should try to revert this change. Ref #9845
* Dialog Tests: Cleanup el -> elementKris Borchers2013-01-301-9/+9
|
* Tests: Convert single quotes to double quotes.Mike Sherov2012-12-261-5/+5
|
* Dialog Tests: Fix test fails due to window measurements in FF and IE7Mike Sherov2012-12-221-4/+4
|
* Dev: remove unnecessary simulated drag delegation in test suiteMike Sherov2012-12-081-4/+3
|
* Dev: remove globals from tests and moved test helpers to correct location - ↵Mike Sherov2012-11-031-0/+45
Fixed #8770 Dev: Remove globals and Standardize Test Suite