-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Test] Update NoSetupRepoFactory typescript test(for private repo) to work correctly with Azure DevOps #22441
Comments
Hello Looks like a bug. Should our error messages be unified for all git providers to give our users clear feedback? @l0rd @ibuziuk @dmytro-ndp
Exp: Message like "Cannot fetch the repo. Please set up PAT or OAuth Login page for ... git provider" Act:
|
@nallikaea @dmytro-ndp @SkorikSergey According to the merged PR, for private repo without any PAT/OAuth setup, the prefix message is changed, it is now:
So, we need to plan an updating of this in the factory tests
|
Is your task related to a problem? Please describe
NoSetupRepoFactory
typescript test expectsUnsupported OAuth provider
orNo PersonalAccessTokenFetcher configured
alerts when tries to start workspace for private repo without OAuth configured. But with using repo from Azure DevOps message is different(see screnshoot).Describe the solution you'd like
We need NoSetupRepoFactory test to update test for waiting correct message.
Describe alternatives you've considered
No response
Additional context
Jenskins build - 11132
Related downstream issue: https://issues.redhat.com/browse/CRW-4534
Screenshots:
The text was updated successfully, but these errors were encountered: