mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat(Google Vertex Chat Model Node): Add an option to specify GCP region (#12300)
This commit is contained in:
@@ -61,6 +61,7 @@ export class CredentialsModal extends BasePage {
|
||||
this.getters
|
||||
.credentialInputs()
|
||||
.find('input[type=text], input[type=password]')
|
||||
.filter(':not([readonly])')
|
||||
.each(($el) => {
|
||||
cy.wrap($el).type('test');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user