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

fix(examples): change browser-load-test-flow due to website change #2659

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

InesNi
Copy link
Contributor

@InesNi InesNi commented Apr 19, 2024

Description

Changing the Playwright test flow for one of the browser testing examples as the previous flow broke due to the change in the page tested.

The new flow is similar:

  • navigating to artillery.io website
  • navigating to docs by pressing a button in main nav (previously navigating to cloud)
  • navigating to core concepts by pressing a button (previously navigating to waitlist form by pressing button)

I chose this flow as I believe the docs introduction page as well as core concepts is less likely to change in the near future than other website parts (like cloud) and seems to match the previous example in simplicity

The example was tested manually

Pre-merge checklist

  • Does this require an update to the docs?
  • Does this require a changelog entry?

@InesNi InesNi force-pushed the fix-example-using-website branch from 5622839 to e1de0b7 Compare April 19, 2024 12:20
@hassy hassy merged commit 2ec5be4 into main Apr 22, 2024
12 checks passed
@hassy hassy deleted the fix-example-using-website branch April 22, 2024 08:48
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

Successfully merging this pull request may close these issues.

2 participants