feat(Google Vertex Chat Model Node): Add an option to specify GCP region (#12300)

This commit is contained in:
Eugene
2025-01-07 15:09:59 +01:00
committed by GitHub
parent 61993c3906
commit 30f9c033db
3 changed files with 223 additions and 0 deletions

View File

@@ -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');
});