diff --git a/app/client/cypress/support/Pages/DataSources.ts b/app/client/cypress/support/Pages/DataSources.ts index 0f1a646497..e0878e4ed6 100644 --- a/app/client/cypress/support/Pages/DataSources.ts +++ b/app/client/cypress/support/Pages/DataSources.ts @@ -523,7 +523,7 @@ export class DataSources { this.ValidateNSelectDropdown( "Authentication type", "Please select an option", - "Bearer token", + "Personal access token", ); this.agHelper.UpdateInput( this.locator._inputFieldByName("Bearer token"),