Skip to content

Commit 65681ac

Browse files
committed
update
1 parent 9031a65 commit 65681ac

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

cypress/e2e/paths/backend/catalog/products.cy.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,4 @@ describe(`Checks admin system "${route.h3}"`, () => {
2121
cy.log('Checking for the number of filter visibility options');
2222
cy.get('#productGrid_product_filter_visibility option').should('have.length', 5);
2323
});
24-
25-
it(`tests add simple product`, () => {
26-
cy.log('Checking for the number of add product options');
27-
cy.get('#productGrid_product_add_product option').should('have.length', 6);
28-
29-
cy.log('Checking for the number of add product options');
30-
cy.get('#productGrid_product_add_product option').contains('Simple Product').click();
31-
cy.get('#productGrid_product_add_product option').should('have.length', 5);
32-
});
3324
});

0 commit comments

Comments
 (0)