We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9031a65 commit 65681acCopy full SHA for 65681ac
cypress/e2e/paths/backend/catalog/products.cy.js
@@ -21,13 +21,4 @@ describe(`Checks admin system "${route.h3}"`, () => {
21
cy.log('Checking for the number of filter visibility options');
22
cy.get('#productGrid_product_filter_visibility option').should('have.length', 5);
23
});
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
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
- });
33
0 commit comments