Skip to content

Commit

Permalink
revert test related changes
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal committed Jun 13, 2023
1 parent 3e6cf45 commit 7f69774
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
17 changes: 1 addition & 16 deletions smoke-test/sample_bq_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,7 @@
},
"nativeDataType": "String()",
"recursive": false,
"globalTags": {
"tags": [
{
"tag": "urn:li:tag:search_tag1"
}
]
}
"globalTags": null
},
{
"fieldPath": "port_name",
Expand Down Expand Up @@ -400,15 +394,6 @@
"tags": [],
"customProperties": {}
}
},
{
"com.linkedin.pegasus2avro.common.GlobalTags": {
"tags": [
{
"tag": "urn:li:tag:search_tag1"
}
]
}
}
]
}
Expand Down
12 changes: 0 additions & 12 deletions smoke-test/tests/cypress/cypress/e2e/search/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -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("/");
Expand Down

0 comments on commit 7f69774

Please sign in to comment.