Skip to content

Commit

Permalink
fixing FTR issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLuisGJ committed Nov 11, 2024
1 parent 548624b commit 4fdb83b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@ export function SvlSearchConnectorsPageProvider({ getService }: FtrProviderConte
await testSubjects.existOrFail('serverlessSearchEditConnectorType');
await testSubjects.existOrFail('serverlessSearchEditConnectorTypeChoices');
await testSubjects.click('serverlessSearchEditConnectorTypeChoices');
await testSubjects.exists(`serverlessSearchConnectorServiceType-${type}`);
await testSubjects.exists('serverlessSearchConnectorServiceType-zoom');
await testSubjects.setValue('serverlessSearchEditConnectorTypeChoices', type);
await testSubjects.click(`serverlessSearchConnectorServiceType-${type}`);
await testSubjects.existOrFail('serverlessSearchConnectorServiceType-zoom');
},
async expectConnectorIdToMatchUrl(connectorId: string) {
expect(await browser.getCurrentUrl()).contain(`/app/connectors/${connectorId}`);
Expand Down

0 comments on commit 4fdb83b

Please sign in to comment.