Skip to content

[PM-12324] Add HTML ids to Bitwarden Portal for automated testing #4479

[PM-12324] Add HTML ids to Bitwarden Portal for automated testing

[PM-12324] Add HTML ids to Bitwarden Portal for automated testing #4479

Triggered via pull request September 19, 2024 12:43
Status Success
Total duration 5m 27s
Artifacts

test.yml

on: pull_request
Check for test secrets
0s
Check for test secrets
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Run tests: src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L11
'ProviderInitiateDeleteModel.WebVaultUrl' hides inherited member 'BaseMailModel.WebVaultUrl'. Use the new keyword if hiding was intended.
Run tests: src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L14
'ProviderInitiateDeleteModel.SiteName' hides inherited member 'BaseMailModel.SiteName'. Use the new keyword if hiding was intended.
Run tests: src/Core/AdminConsole/OrganizationFeatures/OrganizationUsers/UpdateOrganizationUserCommand.cs#L118
Possible null reference argument for parameter 'collections' in 'Task IOrganizationUserRepository.ReplaceAsync(OrganizationUser obj, IEnumerable<CollectionAccessSelection> collections)'.
Run tests: src/Api/AdminConsole/Public/Models/MemberBaseModel.cs#L67
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Run tests: src/Admin/AdminConsole/Models/OrganizationEditModel.cs#L146
'OrganizationEditModel.UseSecretsManager' hides inherited member 'OrganizationViewModel.UseSecretsManager'. Use the new keyword if hiding was intended.
Run tests: src/Admin/Views/Users/_ViewInformation.cshtml#L17
'IUserService.TwoFactorIsEnabledAsync(ITwoFactorProvidersUser)' is obsolete: 'Use ITwoFactorIsEnabledQuery instead.'
Run tests: src/Admin/Views/Users/Index.cshtml#L89
'IUserService.TwoFactorIsEnabledAsync(ITwoFactorProvidersUser)' is obsolete: 'Use ITwoFactorIsEnabledQuery instead.'
Run tests: test/Api.Test/AdminConsole/Controllers/GroupsControllerPutTests.cs#L306
Argument of type 'Task<Tuple<Group?, ICollection<CollectionAccessSelection>>>' cannot be used for parameter 'value' of type 'Task<Tuple<Group, ICollection<CollectionAccessSelection>>>' in 'ConfiguredCall SubstituteExtensions.Returns<Tuple<Group, ICollection<CollectionAccessSelection>>>(Task<Tuple<Group, ICollection<CollectionAccessSelection>>> value, Tuple<Group, ICollection<CollectionAccessSelection>> returnThis, params Tuple<Group, ICollection<CollectionAccessSelection>>[] returnThese)' due to differences in the nullability of reference types.