Commit Graph

31 Commits

Author SHA1 Message Date
Thomas Walpole 82860c2ddb Loosen restrictions on where 'Session#within_window' can be called from 2017-06-29 15:07:16 -07:00
Thomas Walpole 5f760d1755 Loosen timing requirements on window_opened_by test (for travis) 2017-06-07 11:16:29 -07:00
Thomas Walpole 827c22b5fb more travis test timing allowance 2017-05-10 16:40:20 -07:00
Thomas Walpole 0270b7a4cf Per-session config and thread specific current_driver/session_name 2017-04-27 13:37:04 -07:00
Thomas Walpole 5859253b64 improve test reliability when checking page title 2017-03-08 16:04:47 -08:00
Thomas Walpole 4dec380aa4 Adjust window test delays for travis 2016-07-28 09:47:54 -07:00
Thomas Walpole f2d0a30698 Test with marionette on unreleased selenium-webdriver and FF beta - allow/expect failure 2016-07-27 09:52:52 -07:00
Thomas Walpole c506aad6aa Update window spec for better driver compatability 2016-04-09 11:21:43 -07:00
Thomas Walpole 07e7777425 frozen literal magic comment 2016-03-07 16:52:19 -08:00
Thomas Walpole f1ba67dfdf sinatra merged to master 2016-01-27 08:57:11 -08:00
Thomas Walpole 9c99f75247 fix small timing issue in test 2015-11-20 14:36:24 -08:00
Thomas Walpole 5d20c0d905 two more test timing adjustments 2015-08-25 17:15:44 -07:00
Thomas Walpole c3cc0600a0 Move button finding outside timed test loop to improve test reliability on travis 2015-08-25 17:14:14 -07:00
Thomas Walpole 60558466c0 Fix some rspec raise_error deprecation warnings 2015-08-21 17:46:05 -07:00
Thomas Walpole d087965f81 improve tests for reliability with fully async driver - selenium w/chromedriver 2015-07-22 14:45:29 -07:00
Thomas Walpole a04c1456e6 allow switch_to_window to wait for a matching window to appear 2015-07-22 14:43:07 -07:00
Thomas Walpole 5bb3ab86c5 rewrite #maximize and #resize_to specs to not use #size 2015-05-22 15:24:19 -07:00
Thomas Walpole 5b6d65feae rename default_wait_time to default_max_wait_time - Issue #1442 2015-04-23 10:18:16 -07:00
Thomas Walpole 80bdab5bf7 test and fix for issue #1444 2015-04-14 12:46:00 -07:00
Thomas Walpole bab9032ee4 use skip rather than pending for maximize tests on travis due to occasional passes 2015-04-13 16:37:38 -07:00
Thomas Walpole f00b231927 disable another maximize test on travis for now - see issue #1493 2015-04-13 11:43:10 -07:00
Thomas Walpole c789ffb089 window#maximize only pending for firefox test under travis 2015-03-17 13:11:31 -07:00
Thomas Walpole 864fb620b5 Don't run the window maximize test on travis currently 2015-03-17 10:59:28 -07:00
Thomas Walpole 472e70f2d9 tweak test timings for window API to improve reliability on travis 2014-09-19 16:46:56 -07:00
Dmitry Vorotilin d215a5a088 Test should be tagged as :windows also 2014-09-04 15:23:45 +04:00
Andrey Botalov 23c4091276 Increase wait times for window_opened_by spec due to slow Travis CI 2014-08-24 16:23:49 +03:00
Andrey Botalov 573668cad2 Fix bug with scopes when within_window is invoked inside within
Also fix intermittent spec failures
2014-06-01 19:49:09 +03:00
Andrey Botalov 5096e90d6a Resize/get size/close should work for non-current window 2014-05-28 10:26:59 +03:00
Andrey Botalov 397be95d09 Add maximize window 2014-05-26 22:25:36 +03:00
Andrey Botalov c157ef4e61 Bugfixing for windows API (primarily switch_to_window and within_window) 2014-05-26 22:25:36 +03:00
Andrey Botalov adda9b0acd New API for working with windows (switching/finding/closing/opening/etc.) 2014-05-26 22:25:36 +03:00