Skip to content

Commit

Permalink
Setting tests ok again
Browse files Browse the repository at this point in the history
  • Loading branch information
atxpaul committed Oct 20, 2024
1 parent 268e40f commit bdd9450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/products.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe('Products component smoke test', () => {
it('Should clear the products and details when clear button is clicked', () => {
cy.get('button.clear-button').click();

cy.get('table.products-table').should('exist');
cy.get('table.products-table').should('not.exist');
cy.get('div.product-detail').should('not.exist');
});
});

0 comments on commit bdd9450

Please sign in to comment.