Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web Automation: State Assertion Commands #158

Open
abagabagon opened this issue May 7, 2022 · 3 comments
Open

Web Automation: State Assertion Commands #158

abagabagon opened this issue May 7, 2022 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@abagabagon
Copy link
Owner

abagabagon commented May 7, 2022

Description

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

  • Displayed
  • Not Displayed
  • Enabled
  • Disabled
  • Selected
  • Deselected

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 abagabagon self-assigned this May 7, 2022
@abagabagon abagabagon added this to the Web Automation milestone May 7, 2022
@abagabagon abagabagon added the enhancement New feature or request label May 7, 2022
@abagabagon abagabagon moved this from Todo to In Progress in Verifico Jun 3, 2022
@abagabagon
Copy link
Owner Author

Implementation done. Setting status to READY TO TEST.

@abagabagon abagabagon moved this from In Progress to Ready to Test in Verifico Jun 3, 2022
@abagabagon
Copy link
Owner Author

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 abagabagon moved this from Ready to Test to Reopen in Verifico Jun 5, 2022
@abagabagon
Copy link
Owner Author

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

@abagabagon abagabagon moved this from Reopen to In Progress in Verifico Jun 5, 2022
@abagabagon abagabagon moved this from In Progress to Ready to Test in Verifico Jun 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Ready to Test
Development

No branches or pull requests

1 participant