diff --git a/smoke-test/sample_bq_data.json b/smoke-test/sample_bq_data.json index fdb630a297c44..560b35452a2f4 100644 --- a/smoke-test/sample_bq_data.json +++ b/smoke-test/sample_bq_data.json @@ -50,13 +50,7 @@ }, "nativeDataType": "String()", "recursive": false, - "globalTags": { - "tags": [ - { - "tag": "urn:li:tag:search_tag1" - } - ] - } + "globalTags": null }, { "fieldPath": "port_name", @@ -400,15 +394,6 @@ "tags": [], "customProperties": {} } - }, - { - "com.linkedin.pegasus2avro.common.GlobalTags": { - "tags": [ - { - "tag": "urn:li:tag:search_tag1" - } - ] - } } ] } diff --git a/smoke-test/tests/cypress/cypress/e2e/search/search.js b/smoke-test/tests/cypress/cypress/e2e/search/search.js index ff8079bc89873..bc11dbee5142c 100644 --- a/smoke-test/tests/cypress/cypress/e2e/search/search.js +++ b/smoke-test/tests/cypress/cypress/e2e/search/search.js @@ -8,18 +8,6 @@ describe("search", () => { cy.contains(/of [0-9]+ results/); }); - it("can click on tags and get results containing both dataset and field level tags", () => { - cy.login(); - cy.goToStarSearchList(); - cy.waitTextVisible("Top Tags"); - cy.get("[data-testid=recommendation-container-id]").within(() => { - cy.clickOptionWithText("search_tag1"); - }) - cy.waitTextVisible("ca_border_wait_times"); - cy.waitTextVisible("us_border_wait_times"); - cy.waitTextVisible("Matches column tag"); - }); - it("can hit all entities search with an impossible query and find 0 results", () => { cy.login(); cy.visit("/");