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
This commit is contained in:
parent
bf331c2428
commit
fb7916da92
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user