Skip to content

Commit

Permalink
tests file updated
Browse files Browse the repository at this point in the history
  • Loading branch information
vishvamsinh28 committed Nov 28, 2023
1 parent 8f8da31 commit 1713fc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/test/pages/community/dashboard.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe('Integration Test for Dashboard ', () => {
cy.contains('asyncapi/generator');
cy.contains('docs')
//check if this is not selected options are not displayed
cy.should('not.contain', 'asyncapi/community');
cy.should('not.contain', 'javascript');
// cy.should('not.contain', 'asyncapi/community');
// cy.should('not.contain', 'javascript');
});
});

0 comments on commit 1713fc7

Please sign in to comment.