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:
parent
56258d920c
commit
42bf6e5721
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user