abagabagon / verifico

Web Test Automation Library
https://abagabagon.github.io/verifico/
Apache License 2.0
1 stars 1 forks source link

Web Automation: State Assertion Commands #158

Open abagabagon opened 2 years ago

abagabagon commented 2 years ago

Description

Create a class that would include Methods relating to State Assertion Commands for Web Automation. The following methods must be implemented:

Note that there should be methods as well that enables user to perform State Assertion Commands on Elements under a Parent Web Element.

Corresponding waits must be applied as well for the methods to ensure success of the executed method.

Dependencies

abagabagon commented 2 years ago

Implementation done. Setting status to READY TO TEST.

abagabagon commented 2 years ago

Setting status to REOPEN. Issue encountered at seeDeselected Function. "Wait time for Web Element to be invisible has expired!" error is encountered upon usage of command.

abagabagon commented 2 years ago

Fix on seeDeselected Function is applied. Setting status to READY TO TEST.