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

Refactor: Add current_path to 'Driver' protocol #89

Merged

Conversation

ftes
Copy link
Contributor

@ftes ftes commented Jun 17, 2024

Extracted from #74

Goal

Support assert_path implementations for browser-based Driver implementations

Background

Browser-based tests have a decoupled state. It may be necessary to retry/await until the path is updated in the browser.
To support this, the Driver implementation should be allowed to choose how to fetch the current_path and not be forced to store it as a struct entry.

@ftes ftes force-pushed the refactor/add-current-path-to-driver-protocol branch from c4bd730 to 4f3ae09 Compare June 17, 2024 15:25
@ftes ftes mentioned this pull request Jun 21, 2024
@germsvel germsvel merged commit 2c3d450 into germsvel:main Jul 8, 2024
2 checks passed
@germsvel
Copy link
Owner

germsvel commented Jul 8, 2024

Thanks @ftes!

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