test: Cypress | AirtableSpec dropdown value fix (#24489)

## 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 fb7916da92)
This commit is contained in:
Aishwarya-U-R 2023-06-15 15:34:08 +05:30 committed by Sumesh
parent 56258d920c
commit 42bf6e5721

View File

@ -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"),