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

BUG: Flush() method is missing in watcher-examples repo for webdriverJS basic test #177

Closed
gayathrit12 opened this issue Feb 2, 2024 · 1 comment
Assignees
Labels
good first issue Good for newcomers in sprint Ticket is in current sprint Jazzband Ticket about jazzband project PRIORITY: low Low priority item; can be placed in backlog PROD: axe-watcher QA Approved This ticket has passed QA team-api team-bass Bass team ticket

Comments

@gayathrit12
Copy link

Issue Description:

In WebdriverJS basic test, Flush() method is missing in watcher-examples repo where as it is present in instructions page, because of which even the test passes the results are not being flushed.

Screenshots:

watcher-example repo:

image

Repo-link: https://github.com/dequelabs/watcher-examples/blob/main/webdriverjs/basic/tests/login.js

Instructions page:

image

@gayathrit12 gayathrit12 added Jazzband Ticket about jazzband project PROD: axe-watcher PRIORITY: low Low priority item; can be placed in backlog team-api labels Feb 2, 2024
@Zidious Zidious self-assigned this Feb 2, 2024
@dequejenn dequejenn added the good first issue Good for newcomers label May 9, 2024
@dequejenn dequejenn assigned davidg-dq and unassigned Zidious Jun 18, 2024
@dequejenn dequejenn added in sprint Ticket is in current sprint team-bass Bass team ticket labels Jun 18, 2024
@padmavemulapati
Copy link

Verified in the latest watcher-examples code, webdriverjs login script is updated with

 afterEach(async () => {
    await controller.flush()
  })
image

Resutls:
image

Environment:

Label Value
Product Devhub Examples
Version 3.11.0
axe-core/watcher-webdriverjs selenium-webdriver_4.22.0
OS-Details _MAC- 14.4.1 _
BrowserDetails _Chrome Version 126.0.4 _

@padmavemulapati padmavemulapati added the QA Approved This ticket has passed QA label Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers in sprint Ticket is in current sprint Jazzband Ticket about jazzband project PRIORITY: low Low priority item; can be placed in backlog PROD: axe-watcher QA Approved This ticket has passed QA team-api team-bass Bass team ticket
Projects
None yet
Development

No branches or pull requests

5 participants