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

Incorrect url pattern for non-release driver versions #421

Closed
denis-komarov opened this issue Feb 27, 2024 · 0 comments · Fixed by #422
Closed

Incorrect url pattern for non-release driver versions #421

denis-komarov opened this issue Feb 27, 2024 · 0 comments · Fixed by #422

Comments

@denis-komarov
Copy link

It seems that the pattern in this code is composed incorrectly:

	if !d.isReleaseVersion() {
		pattern = "%s/next/builds/driver/playwright-%s-%s.zip"
	}

The correct one looks like this:

"%s/builds/driver/next/playwright-%s-%s.zip"
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 a pull request may close this issue.

1 participant