|
6 | 6 |
|
7 | 7 | **Implemented enhancements:** |
8 | 8 |
|
| 9 | +- Unexpose Selenium [\#247](https://github.com/dougnoel/sentinel/issues/247) |
| 10 | +- Update timeouts for negative tests [\#246](https://github.com/dougnoel/sentinel/issues/246) |
9 | 11 | - Add unit tests for checkboxes [\#216](https://github.com/dougnoel/sentinel/issues/216) |
10 | 12 | - Create a Selenium Grid Driver [\#209](https://github.com/dougnoel/sentinel/issues/209) |
11 | 13 | - Implement Edge browser driver [\#206](https://github.com/dougnoel/sentinel/issues/206) |
| 14 | +- Implement Drag and Drop action for PageElements. [\#201](https://github.com/dougnoel/sentinel/issues/201) |
12 | 15 | - Add a total wait time warning. [\#198](https://github.com/dougnoel/sentinel/issues/198) |
13 | 16 | - Implement webdrivermanager [\#193](https://github.com/dougnoel/sentinel/issues/193) |
| 17 | +- Replace Codebeat with SonarCloud with Github Actions [\#192](https://github.com/dougnoel/sentinel/issues/192) |
| 18 | +- Increase the speed of PageElement.isDisplayed [\#186](https://github.com/dougnoel/sentinel/issues/186) |
| 19 | +- Increase the Speed of PageElement.isEnabled [\#185](https://github.com/dougnoel/sentinel/issues/185) |
14 | 20 | - Fix deployment to Maven Central and Update Documentation [\#178](https://github.com/dougnoel/sentinel/issues/178) |
| 21 | +- Close Driver even when tests error out [\#158](https://github.com/dougnoel/sentinel/issues/158) |
| 22 | +- Allow multiple element locators [\#83](https://github.com/dougnoel/sentinel/issues/83) |
| 23 | +- Overload getElement to accept a selector type and selector string [\#80](https://github.com/dougnoel/sentinel/issues/80) |
| 24 | +- Add Edge as a browser choice for local execution [\#77](https://github.com/dougnoel/sentinel/issues/77) |
| 25 | +- Monitor Google Web Drivers and automatically release new updates [\#69](https://github.com/dougnoel/sentinel/issues/69) |
15 | 26 |
|
16 | 27 | **Fixed bugs:** |
17 | 28 |
|
| 29 | +- Errors in CI/CD Pipeline [\#236](https://github.com/dougnoel/sentinel/issues/236) |
| 30 | +- Default timeout settings doesn't work on elements [\#220](https://github.com/dougnoel/sentinel/issues/220) |
| 31 | +- Dynamic wait doesn't work on elements [\#219](https://github.com/dougnoel/sentinel/issues/219) |
18 | 32 | - Cucumber Wait step is throwing a Null Pointer Exception [\#204](https://github.com/dougnoel/sentinel/issues/204) |
19 | 33 |
|
20 | 34 | **Closed issues:** |
21 | 35 |
|
| 36 | +- Review PDFSteps [\#249](https://github.com/dougnoel/sentinel/issues/249) |
22 | 37 | - README is very outdated [\#221](https://github.com/dougnoel/sentinel/issues/221) |
| 38 | +- Remove all configurations from the test runner [\#50](https://github.com/dougnoel/sentinel/issues/50) |
23 | 39 |
|
24 | 40 | **Merged pull requests:** |
25 | 41 |
|
| 42 | +- Refactored PageElement to Element. Made toWebElement\(\) private so tha… [\#250](https://github.com/dougnoel/sentinel/pull/250) ([dougnoel](https://github.com/dougnoel)) |
| 43 | +- 243 cleanup page object locations [\#244](https://github.com/dougnoel/sentinel/pull/244) ([dougnoel](https://github.com/dougnoel)) |
| 44 | +- Bump pdfbox from 2.0.16 to 2.0.24 [\#242](https://github.com/dougnoel/sentinel/pull/242) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 45 | +- Updated version to 1.0.6, updated Javadocs. [\#241](https://github.com/dougnoel/sentinel/pull/241) ([dougnoel](https://github.com/dougnoel)) |
26 | 46 | - Bump httpclient from 4.5.10 to 4.5.13 [\#238](https://github.com/dougnoel/sentinel/pull/238) ([dependabot[bot]](https://github.com/apps/dependabot)) |
27 | 47 | - Updated jacoco version to latest. [\#237](https://github.com/dougnoel/sentinel/pull/237) ([dougnoel](https://github.com/dougnoel)) |
28 | 48 | - 197 add an on hover test step1 [\#235](https://github.com/dougnoel/sentinel/pull/235) ([dougnoel](https://github.com/dougnoel)) |
| 49 | +- Completed \# 3049 - When the "elements:" line is missing from the yaml file we should throw a ConfigurationParseException with a message [\#233](https://github.com/dougnoel/sentinel/pull/233) ([paglajewel](https://github.com/paglajewel)) |
29 | 50 | - added instructions to navigate from scenario to step def [\#229](https://github.com/dougnoel/sentinel/pull/229) ([mdsapon](https://github.com/mdsapon)) |
| 51 | +- Fixed new window/tab issue and added unit tests [\#228](https://github.com/dougnoel/sentinel/pull/228) ([paglajewel](https://github.com/paglajewel)) |
30 | 52 | - Updated README.md, CHANGELOG.md and Javadocs. [\#226](https://github.com/dougnoel/sentinel/pull/226) ([dougnoel](https://github.com/dougnoel)) |
| 53 | +- Added Drag and Drop code to PageElement object. [\#218](https://github.com/dougnoel/sentinel/pull/218) ([dougnoel](https://github.com/dougnoel)) |
31 | 54 | - Added Checkbox unit tests and modified language in cucumber steps. [\#217](https://github.com/dougnoel/sentinel/pull/217) ([dougnoel](https://github.com/dougnoel)) |
32 | 55 | - 193 implement webdrivermanager [\#215](https://github.com/dougnoel/sentinel/pull/215) ([dougnoel](https://github.com/dougnoel)) |
33 | 56 | - Added script to support selenium grid [\#212](https://github.com/dougnoel/sentinel/pull/212) ([mdsapon](https://github.com/mdsapon)) |
|
0 commit comments