Skip to content

Commit

Permalink
fix(smoke): removed AWS S3 Platform from tests (datahub-project#9581)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunal-kankriya authored Jan 8, 2024
1 parent cb80024 commit ade7b61
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const datasetNames = {
tags: "some-cypress-feature-1",
hivePlatform: "cypress_logging_events",
airflowPlatform: "User Creations",
awsPlatform: "project/root/events/logging_events_bckp",
hdfsPlatform: "SampleHdfsDataset"
};

Expand Down Expand Up @@ -39,7 +38,7 @@ describe("auto-complete dropdown, filter plus query search test", () => {

//Dashboard
searchToExecute("*");
selectFilteredEntity("Type", "Dashboards", "filter__entityType");
selectFilteredEntity("Type", "Dashboards", "filter__entityType");
cy.clickOptionWithText(datasetNames.dashboardsType);
verifyFilteredEntity('Dashboard');

Expand Down Expand Up @@ -74,12 +73,6 @@ describe("auto-complete dropdown, filter plus query search test", () => {
cy.clickOptionWithText(datasetNames.hivePlatform);
verifyFilteredEntity('Hive');

//AWS S3
searchToExecute("*");
selectFilteredEntity("Platform", "AWS S3", "filter_platform");
cy.clickOptionWithText(datasetNames.awsPlatform);
verifyFilteredEntity('AWS S3');

//HDFS
searchToExecute("*");
selectFilteredEntity("Platform", "HDFS", "filter_platform");
Expand Down

0 comments on commit ade7b61

Please sign in to comment.