mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-23 08:28:10 +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();
|
||||
|
||||
// Test the connection
|
||||
cy.get('[data-testid="test-connection-btn"]').should('exist');
|
||||
cy.get('[data-testid="test-connection-btn"]').click();
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
import { goToAddNewServicePage, testServiceCreationAndIngestion } from '../../common/common';
|
||||
|
||||
describe('Snowflake Ingestion', () => {
|
||||
it('add and ingest data', () => {
|
||||
it('add and ingest data', { defaultCommandTimeout: 8000 }, () => {
|
||||
goToAddNewServicePage();
|
||||
const connectionInput = () => {
|
||||
cy.get('#root_username').type(Cypress.env('snowflakeUsername'));
|
||||
|
Loading…
x
Reference in New Issue
Block a user