Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unskip "type" filter tests #276

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe("auto-complete dropdown, filter plus query search test", () => {
cy.visit('/');
});

it.skip("Verify the 'filter by type' section + query", () => {
it("Verify the 'filter by type' section + query", () => {

//Dashboard
searchToExecute("*");
Expand All @@ -48,8 +48,7 @@ describe("auto-complete dropdown, filter plus query search test", () => {
//Piplines
searchToExecute("*");
selectFilteredEntity("Type", "Pipelines", "filter__entityType");
clickAndVerifyEntity('Pipeline');

clickAndVerifyEntity('Pipeline');
});

it("Verify the 'filter by Glossary term' section + query", () => {
Expand All @@ -58,7 +57,6 @@ describe("auto-complete dropdown, filter plus query search test", () => {
searchToExecute("*");
selectFilteredEntity("Type", "Glossary Terms", "filter__entityType");
clickAndVerifyEntity('Glossary Term')

});

it("Verify the 'filter by platform' section + query", () => {
Expand Down
Loading