mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
test: Credential test migration part 1 (#19420)
This commit is contained in:
@@ -29,8 +29,7 @@ async function addOpenAILanguageModelWithCredentials(
|
||||
options,
|
||||
);
|
||||
|
||||
await n8n.ndv.clickCreateNewCredential();
|
||||
await n8n.credentialsModal.setValues({
|
||||
await n8n.credentialsComposer.createFromNdv({
|
||||
apiKey: 'abcd',
|
||||
});
|
||||
await n8n.ndv.clickBackToCanvasButton();
|
||||
@@ -351,8 +350,7 @@ test.describe('Langchain Integration @capability:proxy', () => {
|
||||
{ closeNDV: false },
|
||||
);
|
||||
|
||||
await n8n.ndv.clickCreateNewCredential();
|
||||
await n8n.credentialsModal.setValues({
|
||||
await n8n.credentialsComposer.createFromNdv({
|
||||
password: 'testtesttest',
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user