Jose Andias
Jose Andias
When using Open Browser keyword with desiredCapabilities argument but no browserOptions argument, test fails and a Java exception is shown: ``` java.lang.IllegalArgumentException: argument type mismatch ``` Debug **log** shows: ```...
With [this code](https://github.com/microsoft/terraform-provider-azuredevops/blob/369a53b24013ca15e6a2afb3fb12767f1d25d869/azuredevops/internal/service/git/resource_git_repository.go#L284), the value set for a project as a default branch on new repositories is lost and replaced by this hard coded value "master". See setting help here:...