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

Plugin E2E: Allow overriding waitUntil in goto page fixtures #1111

Merged
merged 2 commits into from
Sep 11, 2024

Conversation

sunker
Copy link
Contributor

@sunker sunker commented Sep 11, 2024

What this PR does / why we need it:

This PR allows passing the navigation options to all the goto<pagename> fixtures. This is useful as it enables overriding for example the waitUntil property which currently defaults to networkidle.

Which issue(s) this PR fixes:

Fixes #1110

Special notes for your reviewer:

📦 Published PR as canary version: Canary Versions

✨ Test out this PR locally via:

npm install @grafana/plugin-e2e@1.8.0-canary.1111.faecd66.0
# or 
yarn add @grafana/plugin-e2e@1.8.0-canary.1111.faecd66.0

@sunker sunker self-assigned this Sep 11, 2024
Copy link

github-actions bot commented Sep 11, 2024

Hello! 👋 This repository uses Auto for releasing packages using PR labels.

✨ This PR can be merged and will trigger a new minor release.
NOTE: When merging a PR with the release label please avoid merging another PR. For further information see here.

@sunker sunker added minor Increment the minor version when merged release Create a release when this pr is merged labels Sep 11, 2024
@sunker sunker requested a review from mckn September 11, 2024 09:26
@sunker sunker marked this pull request as ready for review September 11, 2024 09:27
@sunker sunker requested a review from a team as a code owner September 11, 2024 09:27
Copy link
Collaborator

@mckn mckn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Nice work ⭐

@sunker sunker merged commit b0583bb into main Sep 11, 2024
22 of 24 checks passed
@sunker sunker deleted the plugin-e2e/enable-override-wait-until branch September 11, 2024 10:42
@grafana-plugins-platform-bot
Copy link

🚀 PR was released in @grafana/plugin-e2e@1.8.0 🚀

@grafana-plugins-platform-bot grafana-plugins-platform-bot bot added the released This issue/pull request has been released. label Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor Increment the minor version when merged release Create a release when this pr is merged released This issue/pull request has been released.
Projects
Development

Successfully merging this pull request may close these issues.

Feat: Plugin E2E - allow overriding waitUntil in gotoPage fixtures
2 participants