From 42bf6e5721f269fc4a52e16dd4da9652b0413de2 Mon Sep 17 00:00:00 2001 From: Aishwarya-U-R <91450662+Aishwarya-U-R@users.noreply.github.com> Date: Thu, 15 Jun 2023 15:34:08 +0530 Subject: [PATCH] test: Cypress | AirtableSpec dropdown value fix (#24489) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description - This PR fixes the Airtable dropdown value change from ‘Bearer token’ to ‘Personal access token’ #### Type of change - Script fix (non-breaking change which fixes an issue) ## Testing #### How Has This Been Tested? - [X] Cypress local run ## Checklist: #### QA activity: - [ ] Added `Test Plan Approved` label after changes were reviewed (cherry picked from commit fb7916da92ece383c510b2616df2e66313a5f0ca) --- app/client/cypress/support/Pages/DataSources.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"),