Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kkorchak committed Oct 12, 2023
1 parent a4b66c3 commit d795780
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe("auto-complete dropdown, filter plus query search test", () => {

it("verify the 'filter by' section + query (result in search page with query applied + filter applied)", () => {
// Platform query plus filter test
cy.login();
cy.loginWithCredentials();
// Airflow
platformQuerySearch ("cypress","airflow","Airflow");
// BigQuery
Expand All @@ -41,8 +41,6 @@ describe("auto-complete dropdown, filter plus query search test", () => {
platformQuerySearch ("cypress","dbt","dbt");
// Hive
platformQuerySearch ("cypress","hive","Hive");
// Snowflake
platformQuerySearch ("dataset","snowflake","Snowflake");

// Entity type query plus filter test
// Datasets
Expand Down

0 comments on commit d795780

Please sign in to comment.