diff --git a/openmetadata-ui/src/main/resources/ui/cypress/e2e/AddNewService/bigquery.spec.js b/openmetadata-ui/src/main/resources/ui/cypress/e2e/AddNewService/bigquery.spec.js index 4b7de39583e..4b5611e66f8 100644 --- a/openmetadata-ui/src/main/resources/ui/cypress/e2e/AddNewService/bigquery.spec.js +++ b/openmetadata-ui/src/main/resources/ui/cypress/e2e/AddNewService/bigquery.spec.js @@ -23,9 +23,9 @@ import { API_SERVICE, SERVICE_TYPE } from '../../constants/constants'; const serviceType = 'BigQuery'; const serviceName = `${serviceType}-ct-test-${uuid()}`; -const tableName = 'personsx'; +const tableName = 'testtable'; const description = `This is ${serviceName} description`; -const filterPattern = 'dbt_jaffle'; +const filterPattern = 'testschema'; describe('BigQuery Ingestion', () => { beforeEach(() => {