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] [Codegen] Page click recorded as click + goto #5617

Closed
arjunattam opened this issue Feb 25, 2021 · 1 comment
Closed

[BUG] [Codegen] Page click recorded as click + goto #5617

arjunattam opened this issue Feb 25, 2021 · 1 comment

Comments

@arjunattam
Copy link
Contributor

Context:

  • Playwright Version: 1.9.0
  • Operating System: macOS
  • Browser: Chromium

Repro steps

  1. Start recording actions on the microsoft/playwright github page
  2. Click on pull requests
  3. Expect to see click in the generated output. Actual has click + goto:
  // Click text=Pull requests
  await page.click('text=Pull requests');
  // assert.equal(page.url(), 'https://github.com/microsoft/playwright/pulls');

  // Go to https://github.com/microsoft/playwright/pulls
  await page.goto('https://github.com/microsoft/playwright/pulls');
@dgozman
Copy link
Contributor

dgozman commented May 7, 2021

Should be fixed by #6252.

@dgozman dgozman closed this as completed May 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants