Commit Graph
25 Commits
Author SHA1 Message Date
gpatel-fr 52c1222b24 add chrome driver to guitest, updates it and tests. 2023-05-04 10:46:40 +02:00
gpatel-fr 1041695c16 fix gui tests following Selenium removing find_elements_by_* methods in 4.3.0 2022-07-19 00:14:44 +02:00
samuel-w 5da43d89cf Add comment 2021-09-25 14:15:29 -05:00
samuel-w 0ea2033961 Shorten XPATH 2021-09-25 14:13:57 -05:00
samuel-w e0cf18c639 Add sleep before checkbox 2021-09-24 23:27:36 -05:00
samuel-w 89bbb4d32f Fix 2021-09-24 23:11:22 -05:00
samuel-w b71f4c274d Copied code wrong 2021-09-24 23:01:00 -05:00
samuel-w 89ef8e7e2d Explicit wait for all elements 2021-09-24 22:58:42 -05:00
samuel-w cb03e73dfe Add more delays, increase time 2021-09-22 01:03:41 -05:00
samuel-w ec78d9ddc5 Add delays between backup pages in test 2021-09-22 00:56:55 -05:00
Kenneth Hsu 683ec18df2 Always maximize window in selenium tests.
There are random times when the input fields cannot be found, and this
seems to help.
2021-01-09 18:55:21 -08:00
Kenneth Hsu e55662961c Update print statements to be compatible with Python 3.
The latest selenium/standalone-firefox image is based on Ubuntu 20.04,
which doesn't support Python 2.
2021-01-09 18:45:14 -08:00
Kenneth Hsu dd09bad2f2 Fix search for ellipsis in GUI tests.
The three periods were replaced by an ellipsis in revision 7ff50a30e1
(pull request #3885).
2019-09-20 10:17:50 -07:00
verhoek 06fe22f581 Allow headless testing in container. 2018-12-26 09:58:02 +01:00
Kenneth Skovhede 7d4f711370 Added robustness to GUI tests 2018-11-29 10:59:33 +01:00
Kenneth Skovhede fbd53dc377 Fixed GUI the unittest 2017-08-29 13:03:33 +02:00
Kenneth Skovhede 6d198768d6 Fixed some issues with the gui tests 2017-02-14 10:08:41 +01:00
Kenneth Skovhede ad75c24255 ...and also click the button ... 2017-02-13 22:59:01 +01:00
Kenneth Skovhede 9abad900f9 Fixes to gui test as we now have two buttons labeled Restore on screen 2017-02-13 22:47:17 +01:00
Kenneth Skovhede 74535b2e22 Added the initial page to the guiTest 2017-02-13 13:30:20 +01:00
Kenneth Skovhede 98111c5eba Python PEP style fixes 2017-02-13 13:29:58 +01:00
agrajaghh af9ca64860 adapt selenium test to ui changes 2016-11-01 13:38:27 +01:00
agrajaghh 5833be8443 fix selenium test 2016-10-02 18:35:16 +02:00
agrajaghh a574765da7 fix local selenium tests 2016-09-29 14:43:54 +02:00
agrajaghh 354b29562d use sauce lab & travis for ui tests
1. Create and hash random files in the source folder
2. Add new backup job
3. Run the backup job
4. Restore the files and calculate the hash
5. Use direct Restore and calculate the hash
6. Compare the hashes with the source folder hash
2016-09-23 00:01:46 +02:00