Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahum committed Nov 21, 2023
1 parent 5005712 commit ead0410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/search/e2e/integration/features/woocommerce.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ describe('WooCommerce Feature', { tags: '@slow' }, () => {
cy.get('.woocommerce-orders-table tbody tr').should('have.length', 1);

// VIP: Use Search Dev Tools instead of Debug Bar
cy.searchDevToolsResponseOK('shop_order', 0);
cy.searchDevToolsResponseOK('shop_order');
cy.get('#vip-search-dev-tools-mount').click();
cy.get('h3.vip-h3').eq(2).click();
cy.get('strong.vip-h4.wp_query').eq(2).click();
Expand Down

0 comments on commit ead0410

Please sign in to comment.