1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00
Commit graph

18 commits

Author SHA1 Message Date
Thomas Walpole
2041b2cbfc Driver reset! should close all but 1 window 2018-03-13 10:00:20 -07:00
Thomas Walpole
618dd9ff70 Rubocop driven spec style cleanup 2018-03-01 11:44:55 -08:00
Thomas Walpole
a66ff2eb8c Fix reset with modals for FF 59 2018-02-27 15:57:47 -08:00
Thomas Walpole
c5bde07437 FF 59 breaks unload modal handling ability 2018-02-26 13:29:07 -08:00
Thomas Walpole
a02e0c94f0 tests rquire modals support 2017-06-15 15:29:39 -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
c5d7089e0e generally prefer ruby 1.9 hash format 2016-10-04 11:10:29 -07:00
Thomas Walpole
04a0615972 default selenium to raising an error when there are unexpected alerts 2016-05-09 14:20:04 -07:00
Thomas Walpole
88eb97aaa4 Make Selenium driver#reset! synchronous and test with latest firefox 2016-04-04 11:58:23 -07:00
Thomas Walpole
07e7777425 frozen literal magic comment 2016-03-07 16:52:19 -08:00
Thomas Walpole
e574bff0f1 Add Capybara.reuse_server and tests around server errors and request tracking 2016-01-18 14:34:27 -08:00
Thomas Walpole
470792ff7f allow configuring the errors which will be raised by the server 2015-02-26 13:40:59 -08:00
Thomas Walpole
ba37f78692 Update all tests to "expect" format and add support for RSpec 3 usage
Swap from :skip to :capybara_skip since :skip is now used by RSpec 3
Add rspec 3 testing to beta gemfile
2014-04-02 14:33:26 -07:00
Jonas Nicklas
03ec8486c6 Navigate to about:blank to reset page instead of empty file
closes #1035
closes #1214
closes #1203
closes #1198
closes #1215

Since it does not work with remote drivers, and somehow screws up on Windows.
2014-01-06 16:17:58 +01:00
Jonas Nicklas
6b1e42dd31 Improve resetting of page, closes #1035
Navigate to an empty HTML instead of navigating to about:blank. Hopefully this should work better than before.
2013-10-20 19:29:33 +02:00
Jonas Nicklas
e22c937884 Add config option which disabled server errors being raise, closes #932 2013-02-16 11:04:40 +01:00
Jonas Nicklas
268b7caf32 Use have_content over body.should include, closes #792
The latter has timing issues in Selenium, since
visit/click_link, etc are async even on regular
page reloads.
2012-08-30 15:59:43 +02:00
Jonas Nicklas
2462443f89 Use a custom spec helper instead of shared specs 2012-07-21 16:46:56 -04:00