diff --git a/app/client/cypress/support/Pages/DataSources.ts b/app/client/cypress/support/Pages/DataSources.ts index 1380083b22..02e9540eb0 100644 --- a/app/client/cypress/support/Pages/DataSources.ts +++ b/app/client/cypress/support/Pages/DataSources.ts @@ -526,7 +526,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"),