File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,3 +18,7 @@ Change to how page loading is checked in fire events.
1818
19190.121 Tue Sep 22 17:20:00 CET 2020
2020- Add new mouse method that does drag and drop using XTest mouse movement
21+
22+ 0.122 Mon Sep 28 18:50:00 CET 2020
23+ - Tests will skip when run as root due to root not being able to remove the X11 session created for the tests
24+ - Additional waiting before opening new pages, this is to help stop issues with ajax requests coming through after navigating to a new page
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ use XSLoader;
5555use English ' -no_match_vars' ;
5656use POSIX qw< F_SETFD F_GETFD FD_CLOEXEC> ;
5757
58- our $VERSION = ' 0.121 ' ;
58+ our $VERSION = ' 0.122 ' ;
5959
6060use constant DOM_TYPE_ELEMENT => 1;
6161use constant ORDERED_NODE_SNAPSHOT_TYPE => 7;
You can’t perform that action at this time.
0 commit comments