mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-23 16:38:17 +00:00
Cypress: Increase Snowflake test connection timeout (#4915)
This commit is contained in:
parent
ab50264ffa
commit
ccbbd8b65d
@ -39,6 +39,7 @@ export const testServiceCreationAndIngestion = (
|
|||||||
|
|
||||||
connectionInput();
|
connectionInput();
|
||||||
|
|
||||||
|
// Test the connection
|
||||||
cy.get('[data-testid="test-connection-btn"]').should('exist');
|
cy.get('[data-testid="test-connection-btn"]').should('exist');
|
||||||
cy.get('[data-testid="test-connection-btn"]').click();
|
cy.get('[data-testid="test-connection-btn"]').click();
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
import { goToAddNewServicePage, testServiceCreationAndIngestion } from '../../common/common';
|
import { goToAddNewServicePage, testServiceCreationAndIngestion } from '../../common/common';
|
||||||
|
|
||||||
describe('Snowflake Ingestion', () => {
|
describe('Snowflake Ingestion', () => {
|
||||||
it('add and ingest data', () => {
|
it('add and ingest data', { defaultCommandTimeout: 8000 }, () => {
|
||||||
goToAddNewServicePage();
|
goToAddNewServicePage();
|
||||||
const connectionInput = () => {
|
const connectionInput = () => {
|
||||||
cy.get('#root_username').type(Cypress.env('snowflakeUsername'));
|
cy.get('#root_username').type(Cypress.env('snowflakeUsername'));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user