Commit 78dd7d7
Fixed future data avoiding weekends and bank holidays (#46)
* added exception wait time out to handle tolerant methods
* applied the changes as mentioned in the review comments for tolerant methods
* Changed the method to package private to not expose this method
* Added test to validate the tolerant method without passing wait time for method
* changed the variable names for the TolerantAction object as mentioned
* futureDataAvoidingWeekendsAndBankHolidays issue which need to avoid weekends when adding bank holidays count
* added overload method for tolerantItemByIndex and tolerantItemByHtmlValueAttribute
* resolved conflicts
* changed from private package to public
Co-authored-by: balavengaiah.matam <balavengaiah.matam@dwp.gov.uk>1 parent 2d27654 commit 78dd7d7
File tree
2 files changed
+28
-2
lines changed- src/main/java/uk/co/evoco
- testdata
- webdriver/utils
2 files changed
+28
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
102 | 106 | | |
103 | 107 | | |
104 | 108 | | |
| |||
Lines changed: 23 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
92 | 91 | | |
93 | 92 | | |
94 | 93 | | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
95 | 117 | | |
0 commit comments