dougnoel / sentinel

A Selenium/Appium framework that enables users to focus on automating web and windows tests, so that automated tests can be written in a non-technical way in the same amount of time as manual tests can be executed.
Apache License 2.0
11 stars 13 forks source link

553 - Modify does not exist to allow for doesNotExist() in custom steps while retaining the windows functionality fix #554

Closed tyBouch closed 1 year ago

tyBouch commented 1 year ago

This is an unseen issue where if a user had already created custom steps directly calling doesNotExist they would need to update it with a boolean. This method of overload will allow those to keep working while still adding the adjustment to windows without requiring duplicated code.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication